diff options
Diffstat (limited to 'libc/string/i386/memchr.c')
-rw-r--r-- | libc/string/i386/memchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/i386/memchr.c b/libc/string/i386/memchr.c index 53a2af2bb..5994a4b67 100644 --- a/libc/string/i386/memchr.c +++ b/libc/string/i386/memchr.c @@ -30,9 +30,9 @@ * -Erik */ -#define _GNU_SOURCE #include <string.h> +#undef memchr void attribute_hidden *__memchr(const void *cs, int c, size_t count) { int d0; |