aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/string.h')
-rw-r--r--include/linux/string.h2
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);
28size_t strlcpy(char *, const char *, size_t); 28size_t strlcpy(char *, const char *, size_t);
29#endif 29#endif
30#ifndef __HAVE_ARCH_STRSCPY 30#ifndef __HAVE_ARCH_STRSCPY
31ssize_t __must_check strscpy(char *, const char *, size_t); 31ssize_t strscpy(char *, const char *, size_t);
32#endif 32#endif
33#ifndef __HAVE_ARCH_STRCAT 33#ifndef __HAVE_ARCH_STRCAT
34extern char * strcat(char *, const char *); 34extern char * strcat(char *, const char *);