diff options
Diffstat (limited to 'libc/string/i386/strchr.c')
-rw-r--r-- | libc/string/i386/strchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/i386/strchr.c b/libc/string/i386/strchr.c index 075c65c39..5fe689d1a 100644 --- a/libc/string/i386/strchr.c +++ b/libc/string/i386/strchr.c @@ -30,9 +30,9 @@ * -Erik */ -#define _GNU_SOURCE #include <string.h> +#undef strchr char attribute_hidden *__strchr(const char *s, int c) { int d0; |