diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-10-11 14:48:32 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-10-12 16:54:06 +0200 |
commit | ca38dc17d85b09776a709c8ea7155c414df14073 (patch) | |
tree | 1e5002e92489c76763d4fa955e8aa3f605b966e4 /include | |
parent | ac49ecaf9de65708d8b76a9f025c8c6aa82b4707 (diff) | |
download | glibc-ca38dc17d85b09776a709c8ea7155c414df14073.tar glibc-ca38dc17d85b09776a709c8ea7155c414df14073.tar.gz glibc-ca38dc17d85b09776a709c8ea7155c414df14073.tar.bz2 glibc-ca38dc17d85b09776a709c8ea7155c414df14073.zip |
Avoid PLT references from __get_clockfreq on powerpc
Diffstat (limited to 'include')
-rw-r--r-- | include/string.h | 1 |
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) |