diff options
Diffstat (limited to 'libc/string/i386/strncmp.c')
-rw-r--r-- | libc/string/i386/strncmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/i386/strncmp.c b/libc/string/i386/strncmp.c index 86b317fb8..825980d4d 100644 --- a/libc/string/i386/strncmp.c +++ b/libc/string/i386/strncmp.c @@ -30,9 +30,9 @@ * -Erik */ -#define _GNU_SOURCE #include <string.h> +#undef strncmp int attribute_hidden __strncmp(const char *cs, const char *ct, size_t count) { register int __res; |