about summary refs log tree commit diff
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 39793d146d..988ca5ed18 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;