diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-09 21:55:39 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-09 21:55:39 +0100 |
commit | e60342da428076ae6d3097950a3c5454bab84160 (patch) | |
tree | 307a1526aa7f4394223755d924d1375242da0280 /libc/string/memmem.c | |
parent | 01b480ad1454ee3664ffcb8b3ecf0d89ccb7d56b (diff) |
memmem.c, string.h: remove unused hidden memmem
It is used only by gen_collate, not included into libc.
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'libc/string/memmem.c')
-rw-r--r-- | libc/string/memmem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/memmem.c b/libc/string/memmem.c index f568a4261..1b3a0bab6 100644 --- a/libc/string/memmem.c +++ b/libc/string/memmem.c @@ -37,5 +37,4 @@ void *memmem(const void *haystack, size_t haystacklen, return NULL; } -libc_hidden_def(memmem) #endif |