diff options
Diffstat (limited to 'include/string.h')
-rw-r--r-- | include/string.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h index d2062c7d61..f085b17ee8 100644 --- a/include/string.h +++ b/include/string.h @@ -65,3 +65,8 @@ libc_hidden_proto (__mempcpy) libc_hidden_proto (__stpncpy) libc_hidden_proto (__rawmemchr) libc_hidden_proto (__strcasecmp) +libc_hidden_proto (__strcasecmp_l) +libc_hidden_proto (__strncasecmp_l) +libc_hidden_proto (__strdup) +libc_hidden_proto (__strndup) +libc_hidden_proto (__strerror_r) |