about summary refs log tree commit diff
path: root/sysdeps/s390/ffs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/s390/ffs.c')
-rw-r--r--sysdeps/s390/ffs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/s390/ffs.c b/sysdeps/s390/ffs.c
index 645e40ddd0..a5d102549a 100644
--- a/sysdeps/s390/ffs.c
+++ b/sysdeps/s390/ffs.c
@@ -29,8 +29,7 @@
    differs in spirit from the above ffz (man ffs).  */
 
 int
-__ffs (x)
-     int x;
+__ffs (int x)
 {
 	int r;