summaryrefslogtreecommitdiff
path: root/libc/string/__glibc_strerror_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/__glibc_strerror_r.c')
-rw-r--r--libc/string/__glibc_strerror_r.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/__glibc_strerror_r.c b/libc/string/__glibc_strerror_r.c
index 0f9cd16a9..2b856e9f5 100644
--- a/libc/string/__glibc_strerror_r.c
+++ b/libc/string/__glibc_strerror_r.c
@@ -8,8 +8,8 @@
#include <features.h>
#include <string.h>
-libc_hidden_proto(__glibc_strerror_r)
-libc_hidden_proto(__xpg_strerror_r)
+/* libc_hidden_proto(__glibc_strerror_r) */
+/* libc_hidden_proto(__xpg_strerror_r) */
char *__glibc_strerror_r(int errnum, char *strerrbuf, size_t buflen)
{