diff options
Diffstat (limited to 'include/linux/string.h')
-rw-r--r-- | include/linux/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/string.h b/include/linux/string.h index 410ecf17de3c..dfdf8afeac64 100644 --- a/include/linux/string.h +++ b/include/linux/string.h | |||
@@ -28,7 +28,7 @@ extern char * strncpy(char *,const char *, __kernel_size_t); | |||
28 | size_t strlcpy(char *, const char *, size_t); | 28 | size_t strlcpy(char *, const char *, size_t); |
29 | #endif | 29 | #endif |
30 | #ifndef __HAVE_ARCH_STRSCPY | 30 | #ifndef __HAVE_ARCH_STRSCPY |
31 | ssize_t __must_check strscpy(char *, const char *, size_t); | 31 | ssize_t strscpy(char *, const char *, size_t); |
32 | #endif | 32 | #endif |
33 | #ifndef __HAVE_ARCH_STRCAT | 33 | #ifndef __HAVE_ARCH_STRCAT |
34 | extern char * strcat(char *, const char *); | 34 | extern char * strcat(char *, const char *); |