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 7568d48db..46b1dfb6e 100644 --- a/libc/string/i386/strchr.c +++ b/libc/string/i386/strchr.c @@ -32,7 +32,7 @@ #include <string.h> -libc_hidden_proto(strchr) +/* Experimentally off - libc_hidden_proto(strchr) */ char *strchr(const char *s, int c) { int d0; |