aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/ffs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/ffs.c')
-rw-r--r--sysdeps/x86_64/ffs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/ffs.c b/sysdeps/x86_64/ffs.c
index 27013d6ae6..07ee7dd4ab 100644
--- a/sysdeps/x86_64/ffs.c
+++ b/sysdeps/x86_64/ffs.c
@@ -35,4 +35,5 @@ __ffs (int x)
return cnt + 1;
}
weak_alias (__ffs, ffs)
+libc_hidden_def (__ffs)
libc_hidden_builtin_def (ffs)