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