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 --- include/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/string.h b/include/string.h index d6d859491e..8323412240 100644 --- a/include/string.h +++ b/include/string.h @@ -90,6 +90,7 @@ extern char *__strsep_g (char **__stringp, const char *__delim); libc_hidden_proto (__strsep_g) libc_hidden_proto (strnlen) libc_hidden_proto (memmem) +libc_hidden_proto (__ffs) libc_hidden_builtin_proto (memchr) libc_hidden_builtin_proto (memcpy) -- cgit 1.4.1