diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h index 21f641a413..6e364e8a67 100644 --- a/include/string.h +++ b/include/string.h @@ -95,6 +95,7 @@ libc_hidden_proto (__rawmemchr) libc_hidden_proto (__strcasecmp) libc_hidden_proto (__strcasecmp_l) libc_hidden_proto (__strncasecmp_l) +libc_hidden_proto (__strchrnul) extern __typeof (strncat) __strncat; libc_hidden_proto (__strncat) libc_hidden_proto (__strdup) |