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 702fca0d86..7c05abf7d0 100644 --- a/include/string.h +++ b/include/string.h @@ -100,6 +100,7 @@ libc_hidden_builtin_proto (stpcpy) libc_hidden_builtin_proto (strrchr) libc_hidden_builtin_proto (strspn) libc_hidden_builtin_proto (strstr) +libc_hidden_builtin_proto (ffs) # ifndef _ISOMAC # ifndef index |