summaryrefslogtreecommitdiff
path: root/include/linux/string.h
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-02-27 15:48:53 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2019-02-27 15:48:53 -0800
commitc3eaa1a725dc304b4551ca70d986fe07c2708a32 (patch)
tree6ea252d7da994587017f8d65830e0e24c007c64e /include/linux/string.h
parented990c4efc21e856961e7c3d31ca76c728aa032c (diff)
parent119c43587e314ff2ed171b2b5acf70ebd5fbd156 (diff)
Merge "Merge android-4.4.175 (08d5867) into msm-4.4"
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 98bb781a2eff..c026b7a19e26 100644
--- a/include/linux/string.h
+++ b/include/linux/string.h
@@ -26,7 +26,7 @@ extern char * strncpy(char *,const char *, __kernel_size_t);
size_t strlcpy(char *, const char *, size_t);
#endif
#ifndef __HAVE_ARCH_STRSCPY
-ssize_t __must_check strscpy(char *, const char *, size_t);
+ssize_t strscpy(char *, const char *, size_t);
#endif
#ifndef __HAVE_ARCH_STRCAT
extern char * strcat(char *, const char *);