diff options
Diffstat (limited to 'sysdeps/powerpc/ffs.c')
-rw-r--r-- | sysdeps/powerpc/ffs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/powerpc/ffs.c b/sysdeps/powerpc/ffs.c index b2b7b7c071..f45b5ea8e2 100644 --- a/sysdeps/powerpc/ffs.c +++ b/sysdeps/powerpc/ffs.c @@ -36,6 +36,7 @@ __ffs (int x) return 32 - cnt; } weak_alias (__ffs, ffs) +libc_hidden_builtin_def (ffs) #if ULONG_MAX == UINT_MAX #undef ffsl weak_alias (__ffs, ffsl) |