diff options
Diffstat (limited to 'libc/string/memcmp.c')
-rw-r--r-- | libc/string/memcmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/memcmp.c b/libc/string/memcmp.c index 377a8d692..762fc23c1 100644 --- a/libc/string/memcmp.c +++ b/libc/string/memcmp.c @@ -10,7 +10,7 @@ #ifdef WANT_WIDE # define Wmemcmp wmemcmp #else -libc_hidden_proto(memcmp) +/* Experimentally off - libc_hidden_proto(memcmp) */ # define Wmemcmp memcmp #endif |