1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-26 13:21:07 +03:00

Make __ffs hidden

This commit is contained in:
Andreas Schwab
2013-09-20 21:24:53 +02:00
parent c7ae84fa4c
commit 5bb43a4319
17 changed files with 39 additions and 0 deletions

View File

@ -90,6 +90,7 @@ extern char *__strsep_g (char **__stringp, const char *__delim);
libc_hidden_proto (__strsep_g)
libc_hidden_proto (strnlen)
libc_hidden_proto (memmem)
libc_hidden_proto (__ffs)
libc_hidden_builtin_proto (memchr)
libc_hidden_builtin_proto (memcpy)