aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/m68k/ffs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/ffs.c')
-rw-r--r--sysdeps/m68k/ffs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/m68k/ffs.c b/sysdeps/m68k/ffs.c
index 39793d1..988ca5e 100644
--- a/sysdeps/m68k/ffs.c
+++ b/sysdeps/m68k/ffs.c
@@ -26,8 +26,7 @@
#if defined (__GNUC__) && defined (__mc68020__)
int
-__ffs (x)
- int x;
+__ffs (int x)
{
int cnt;