diff options
Diffstat (limited to 'libc/string/ffs.c')
-rw-r--r-- | libc/string/ffs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/ffs.c b/libc/string/ffs.c index 241b7456f..22efe4a1e 100644 --- a/libc/string/ffs.c +++ b/libc/string/ffs.c @@ -9,7 +9,6 @@ #include "_string.h" -/* Experimentally off - libc_hidden_proto(ffs) */ int ffs(int i) { |