diff options
Diffstat (limited to 'libc/string/generic/memmem.c')
-rw-r--r-- | libc/string/generic/memmem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/generic/memmem.c b/libc/string/generic/memmem.c index 0fccac77f..97384978b 100644 --- a/libc/string/generic/memmem.c +++ b/libc/string/generic/memmem.c @@ -48,5 +48,4 @@ void *memmem (const void *haystack, size_t haystack_len, return NULL; } -libc_hidden_def(memmem) #endif |