summaryrefslogtreecommitdiff
path: root/libc/string/__xpg_strerror_r.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-08 11:30:39 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-08 11:30:39 +0000
commit0c033f3d8ac6d045cd7113e665f5db0e40d787f9 (patch)
treea46a8b2b3fd7c7584fc453c5d6a1f36cc0401c11 /libc/string/__xpg_strerror_r.c
parentbbaba878aa18c93c4d0a48143d4d3eebadf02529 (diff)
hide internal _string_syserrmsgs
Diffstat (limited to 'libc/string/__xpg_strerror_r.c')
-rw-r--r--libc/string/__xpg_strerror_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/__xpg_strerror_r.c b/libc/string/__xpg_strerror_r.c
index 93dffc732..40e114224 100644
--- a/libc/string/__xpg_strerror_r.c
+++ b/libc/string/__xpg_strerror_r.c
@@ -13,7 +13,7 @@
#ifdef __UCLIBC_HAS_ERRNO_MESSAGES__
-extern const char _string_syserrmsgs[];
+extern const char _string_syserrmsgs[] attribute_hidden;
#if defined(__alpha__) || defined(__mips__) || defined(__sparc__)