From 5bb43a43199e2bc3f729b858d26c47e91fd56621 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 20 Sep 2013 21:24:53 +0200 Subject: Make __ffs hidden --- sysdeps/s390/ffs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/s390') diff --git a/sysdeps/s390/ffs.c b/sysdeps/s390/ffs.c index 807441d..2dbb743 100644 --- a/sysdeps/s390/ffs.c +++ b/sysdeps/s390/ffs.c @@ -63,6 +63,7 @@ __ffs (x) } weak_alias (__ffs, ffs) +libc_hidden_def (__ffs) libc_hidden_builtin_def (ffs) #if ULONG_MAX == UINT_MAX #undef ffsl -- cgit v1.1