summaryrefslogtreecommitdiffstats
path: root/src/include/string.h
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-09-20 12:39:54 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-08 21:24:27 -0500
commitcf3d24d5e0d78e4e8fe1c155a7c556164ae42a51 (patch)
tree7592703a4504d7860af0d9a81872ef17b29104d7 /src/include/string.h
parentaa0428221628fdb25c980f5764a3b4400004ee5d (diff)
downloadtalos-hostboot-cf3d24d5e0d78e4e8fe1c155a7c556164ae42a51.tar.gz
talos-hostboot-cf3d24d5e0d78e4e8fe1c155a7c556164ae42a51.zip
Runtime trace interfaces.
Change-Id: Ie261eba4bd790150d520bb0261f56c8329cb6a80 RTC: 79420 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6400 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
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