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