diff options
Diffstat (limited to 'libc/misc/dirent/alphasort64.c')
-rw-r--r-- | libc/misc/dirent/alphasort64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/dirent/alphasort64.c b/libc/misc/dirent/alphasort64.c index 86a91095d..de7a87a9a 100644 --- a/libc/misc/dirent/alphasort64.c +++ b/libc/misc/dirent/alphasort64.c @@ -10,7 +10,7 @@ #include <string.h> #include "dirstream.h" -libc_hidden_proto(strcmp) +/* Experimentally off - libc_hidden_proto(strcmp) */ int alphasort64(const void * a, const void * b) { |