diff options
Diffstat (limited to 'include/string.h')
-rw-r--r-- | include/string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h index da3ac8f275..c225d65b31 100644 --- a/include/string.h +++ b/include/string.h @@ -16,4 +16,6 @@ extern int __strncasecmp __P ((__const char *__s1, __const char *__s2, extern char *__strndup __P ((__const char *__string, size_t __n)); +extern __ptr_t __rawmemchr __P ((__const __ptr_t __s, int __c)); + #endif |