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