summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-09 21:55:39 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-09 21:55:39 +0100
commite60342da428076ae6d3097950a3c5454bab84160 (patch)
tree307a1526aa7f4394223755d924d1375242da0280 /include/string.h
parent01b480ad1454ee3664ffcb8b3ecf0d89ccb7d56b (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 'include/string.h')
-rw-r--r--include/string.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/string.h b/include/string.h
index 6632e5f4a..cfd423b9f 100644
--- a/include/string.h
+++ b/include/string.h
@@ -256,7 +256,6 @@ libc_hidden_proto(strcasestr)
extern void *memmem (__const void *__haystack, size_t __haystacklen,
__const void *__needle, size_t __needlelen)
__THROW __attribute_pure__ __nonnull ((1, 3));
-libc_hidden_proto(memmem)
/* Copy N bytes of SRC to DEST, return pointer to bytes after the
last written byte. */