summaryrefslogtreecommitdiffstats
path: root/src/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/string.h')
-rwxr-xr-xsrc/include/string.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/string.h b/src/include/string.h
index 62e6107d7..8fa88044f 100755
--- a/src/include/string.h
+++ b/src/include/string.h
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2010,2012 */
+/* COPYRIGHT International Business Machines Corp. 2010,2013 */
/* */
/* p1 */
/* */
@@ -40,6 +40,7 @@ extern "C"
char* strcpy(char* d, const char* s);
int strcmp(const char* s1, const char* s2) __attribute__((pure));
size_t strlen(const char* s1) __attribute__((pure));
+ size_t strnlen(const char* s1, size_t n) __attribute__((pure));
char* strcat(char* d, const char* s);
char* strncat(char* d, const char* s, size_t n);
OpenPOWER on IntegriCloud