diff options
Diffstat (limited to 'string/ffs.c')
-rw-r--r-- | string/ffs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/string/ffs.c b/string/ffs.c index a30deeb36a..28f7fc4c16 100644 --- a/string/ffs.c +++ b/string/ffs.c @@ -24,8 +24,7 @@ /* Find the first bit set in I. */ int -__ffs (i) - int i; +__ffs (int i) { static const unsigned char table[] = { |