summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-10-11 14:48:32 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2012-10-12 16:54:06 +0200
commitca38dc17d85b09776a709c8ea7155c414df14073 (patch)
tree1e5002e92489c76763d4fa955e8aa3f605b966e4 /include
parentac49ecaf9de65708d8b76a9f025c8c6aa82b4707 (diff)
Avoid PLT references from __get_clockfreq on powerpc
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 f1077f66ed..d6d859491e 100644
--- a/include/string.h
+++ b/include/string.h
@@ -89,6 +89,7 @@ libc_hidden_proto (__strtok_r)
extern char *__strsep_g (char **__stringp, const char *__delim);
libc_hidden_proto (__strsep_g)
libc_hidden_proto (strnlen)
+libc_hidden_proto (memmem)
libc_hidden_builtin_proto (memchr)
libc_hidden_builtin_proto (memcpy)