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 --- string/ffs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'string') diff --git a/string/ffs.c b/string/ffs.c index a645224f07..916c5c3483 100644 --- a/string/ffs.c +++ b/string/ffs.c @@ -46,6 +46,7 @@ __ffs (i) return table[x >> a] + a; } weak_alias (__ffs, ffs) +libc_hidden_def (__ffs) libc_hidden_builtin_def (ffs) #if ULONG_MAX == UINT_MAX -- cgit 1.4.1