diff options
Diffstat (limited to 'libc/string/generic/strncmp.c')
-rw-r--r-- | libc/string/generic/strncmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/generic/strncmp.c b/libc/string/generic/strncmp.c index c49f36d8b..04d6cf2ac 100644 --- a/libc/string/generic/strncmp.c +++ b/libc/string/generic/strncmp.c @@ -19,7 +19,6 @@ #include <string.h> #include "memcopy.h" -/* 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 |