summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2013-09-20 21:24:53 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2013-09-20 21:25:31 +0200
commit5bb43a43199e2bc3f729b858d26c47e91fd56621 (patch)
tree640fc759cbbeda5ab9d6d7fd8803d4a73c16c03a /include
parentc7ae84fa4cdf00b0b62c493c5f50e7c0a4d2267b (diff)
Make __ffs hidden
Diffstat (limited to 'include')
-rw-r--r--include/string.h1
1 files changed, 1 insertions, 0 deletions
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)