diff options
Diffstat (limited to 'libc/string/ffs.c')
| -rw-r--r-- | libc/string/ffs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/ffs.c b/libc/string/ffs.c index 9a68dc302..0857a3220 100644 --- a/libc/string/ffs.c +++ b/libc/string/ffs.c @@ -10,7 +10,7 @@  #include "_string.h"  #include <strings.h> -libc_hidden_proto(ffs) +/* Experimentally off - libc_hidden_proto(ffs) */  int ffs(int i)  {  | 
