diff options
Diffstat (limited to 'libc/string/generic/strstr.c')
-rw-r--r-- | libc/string/generic/strstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/generic/strstr.c b/libc/string/generic/strstr.c index f151a820a..c12dceb33 100644 --- a/libc/string/generic/strstr.c +++ b/libc/string/generic/strstr.c @@ -28,7 +28,7 @@ #include <string.h> -libc_hidden_proto(strstr) +/* Experimentally off - libc_hidden_proto(strstr) */ typedef unsigned chartype; |