@@ -9,6 +9,7 @@
#ifdef __UCLIBC_HAS_SIGNUM_MESSAGES__
+attribute_hidden
const char _string_syssigmsgs[] = {
/* 0: 0, 1 */ "\0"
/* 1: 1, 7 */ "Hangup\0"
@@ -35,7 +35,7 @@
-extern const char _string_syssigmsgs[];
+extern const char _string_syssigmsgs[] attribute_hidden;
#if defined(__alpha__) || defined(__mips__) || defined(__hppa__) || defined(__sparc__)
static const unsigned char sstridx[] = {
@@ -10,7 +10,7 @@
#include <stddef.h>
#include <signal.h>
#ifdef __UCLIBC_HAS_SYS_SIGLIST__