aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/ffs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/i686/ffs.c')
-rw-r--r--sysdeps/i386/i686/ffs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/i386/i686/ffs.c b/sysdeps/i386/i686/ffs.c
index 70f7de7..6586969 100644
--- a/sysdeps/i386/i686/ffs.c
+++ b/sysdeps/i386/i686/ffs.c
@@ -26,8 +26,7 @@
#ifdef __GNUC__
int
-__ffs (x)
- int x;
+__ffs (int x)
{
int cnt;
int tmp;