From e60342da428076ae6d3097950a3c5454bab84160 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 9 Mar 2011 21:55:39 +0100 Subject: 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 --- include/string.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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. */ -- cgit v1.2.3