diff options
Diffstat (limited to 'include/string.h')
-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 f085b17ee8..bc04cef812 100644 --- a/include/string.h +++ b/include/string.h @@ -62,6 +62,7 @@ extern char *__strerror_r (int __errnum, char *__buf, size_t __buflen); #endif libc_hidden_proto (__mempcpy) +libc_hidden_proto (__stpcpy) libc_hidden_proto (__stpncpy) libc_hidden_proto (__rawmemchr) libc_hidden_proto (__strcasecmp) |