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 355c7bdda..a52c407f8 100644 --- a/libc/string/strerror.c +++ b/libc/string/strerror.c @@ -10,7 +10,7 @@ #include "_syserrmsg.h" /* Experimentally off - libc_hidden_proto(strerror) */ -libc_hidden_proto(__xpg_strerror_r) +/* libc_hidden_proto(__xpg_strerror_r) */ char *strerror(int errnum) { |