diff options
Diffstat (limited to 'libc/string/generic/strcspn.c')
-rw-r--r-- | libc/string/generic/strcspn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/generic/strcspn.c b/libc/string/generic/strcspn.c index 1b5e465ea..b65b3b995 100644 --- a/libc/string/generic/strcspn.c +++ b/libc/string/generic/strcspn.c @@ -18,8 +18,8 @@ #include <string.h> -libc_hidden_proto(strcspn) -libc_hidden_proto(strchr) +/* Experimentally off - libc_hidden_proto(strcspn) */ +/* Experimentally off - libc_hidden_proto(strchr) */ /* Return the length of the maximum initial segment of S which contains no characters from REJECT. */ |