summaryrefslogtreecommitdiff
path: root/lib/libc/string/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strerror.c')
-rw-r--r--lib/libc/string/strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c
index 1d5903cb..c091ac79 100644
--- a/lib/libc/string/strerror.c
+++ b/lib/libc/string/strerror.c
@@ -119,7 +119,7 @@ int strerror_r(int errnum, char *buf, size_t buflen)
return 0;
}
-weak char *strerror_l(int errnum, locale_t unused locale)
+__weak char *strerror_l(int errnum, locale_t __unused locale)
{
return strerror(errnum);
}