diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-11-26 15:45:55 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-11-26 15:45:55 +0000 |
commit | 249f9ff259992908829f9d06a0b4688cf21ea00e (patch) | |
tree | 292da38d7e4d88f681732b581dc3d93a97e2ab4f /include/libc-internal.h | |
parent | ce48bd0f2a31f63ac7fed36c756b60ce8106b27f (diff) | |
download | uClibc-alpine-249f9ff259992908829f9d06a0b4688cf21ea00e.tar.bz2 uClibc-alpine-249f9ff259992908829f9d06a0b4688cf21ea00e.tar.xz |
Synch with trunk @ 24157
Step 11: More libc_hidden_proto removal
Diffstat (limited to 'include/libc-internal.h')
-rw-r--r-- | include/libc-internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libc-internal.h b/include/libc-internal.h index 7b2566f74..525444ac8 100644 --- a/include/libc-internal.h +++ b/include/libc-internal.h @@ -46,8 +46,10 @@ /* sources are built w/ _GNU_SOURCE, this gets undefined */ #ifdef __USE_GNU extern int __xpg_strerror_r (int __errnum, char *__buf, size_t __buflen); +libc_hidden_proto(__xpg_strerror_r) #else extern char *__glibc_strerror_r (int __errnum, char *__buf, size_t __buflen); +libc_hidden_proto(__glibc_strerror_r) #endif /* #include <pthread.h> */ |