diff options
Diffstat (limited to 'libc/string/generic/strncmp.c')
-rw-r--r-- | libc/string/generic/strncmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/generic/strncmp.c b/libc/string/generic/strncmp.c index 12e0e4d17..c49f36d8b 100644 --- a/libc/string/generic/strncmp.c +++ b/libc/string/generic/strncmp.c @@ -19,7 +19,7 @@ #include <string.h> #include "memcopy.h" -libc_hidden_proto(strncmp) +/* Experimentally off - libc_hidden_proto(strncmp) */ /* Compare no more than N characters of S1 and S2, returning less than, equal to or greater than zero if S1 is lexicographically less than, equal to or |