diff options
Diffstat (limited to 'libc/string/strncmp.c')
-rw-r--r-- | libc/string/strncmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/strncmp.c b/libc/string/strncmp.c index 59e4a2c22..2da61771c 100644 --- a/libc/string/strncmp.c +++ b/libc/string/strncmp.c @@ -10,7 +10,6 @@ #ifdef WANT_WIDE # define Wstrncmp wcsncmp #else -/* Experimentally off - libc_hidden_proto(strncmp) */ # define Wstrncmp strncmp #endif |