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 61a178393..761d27aae 100644 --- a/libc/string/i386/strlen.c +++ b/libc/string/i386/strlen.c @@ -32,7 +32,7 @@ #include <string.h> -/* Experimentally off - libc_hidden_proto(strlen) */ +#undef strlen size_t strlen(const char *s) { int d0; |