diff options
Diffstat (limited to 'libc/string/sys_errlist.c')
-rw-r--r-- | libc/string/sys_errlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/sys_errlist.c b/libc/string/sys_errlist.c index a0b5e3b2f..17ed4d62c 100644 --- a/libc/string/sys_errlist.c +++ b/libc/string/sys_errlist.c @@ -8,7 +8,7 @@ #include <features.h> #include <errno.h> -extern const char _string_syserrmsgs[]; +extern const char _string_syserrmsgs[] attribute_hidden; #ifdef __UCLIBC_HAS_SYS_ERRLIST__ |