diff options
Diffstat (limited to 'libc/string/strerror.c')
-rw-r--r-- | libc/string/strerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/strerror.c b/libc/string/strerror.c index 1b5cb3ff2..355c7bdda 100644 --- a/libc/string/strerror.c +++ b/libc/string/strerror.c @@ -9,7 +9,7 @@ #include <string.h> #include "_syserrmsg.h" -libc_hidden_proto(strerror) +/* Experimentally off - libc_hidden_proto(strerror) */ libc_hidden_proto(__xpg_strerror_r) char *strerror(int errnum) |