diff options
Diffstat (limited to 'sysdeps/s390/ffs.c')
-rw-r--r-- | sysdeps/s390/ffs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/s390/ffs.c b/sysdeps/s390/ffs.c index dfd724e11b..aa17233dbe 100644 --- a/sysdeps/s390/ffs.c +++ b/sysdeps/s390/ffs.c @@ -64,6 +64,7 @@ __ffs (x) } weak_alias (__ffs, ffs) +libc_hidden_builtin_def (ffs) #if ULONG_MAX == UINT_MAX #undef ffsl weak_alias (__ffs, ffsl) |