aboutsummaryrefslogtreecommitdiff
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 645e40d..a5d1025 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;