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