diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-20 22:11:44 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-20 22:11:44 +0000 |
commit | cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 (patch) | |
tree | f5f56f2ef0f3048325419857d0b538135524ff8c /include/string.h | |
parent | b133fe1cac9f99b63ea56daf92caa1423b1289d0 (diff) |
Last portion of libc_hidden_proto removal.
Appears to build fine (several .configs tried)
Diffstat (limited to 'include/string.h')
-rw-r--r-- | include/string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h index bbca20af3..e889dc11a 100644 --- a/include/string.h +++ b/include/string.h @@ -307,6 +307,7 @@ __END_NAMESPACE_STD ERRNUM. */ extern int __xpg_strerror_r (int __errnum, char *__buf, size_t __buflen) __THROW __nonnull ((2)); +libc_hidden_proto(__xpg_strerror_r) # ifdef __REDIRECT_NTH extern int __REDIRECT_NTH (strerror_r, (int __errnum, char *__buf, size_t __buflen), @@ -319,6 +320,7 @@ extern int __REDIRECT_NTH (strerror_r, used. */ extern char *__glibc_strerror_r (int __errnum, char *__buf, size_t __buflen) __THROW __nonnull ((2)); +libc_hidden_proto(__glibc_strerror_r) # ifdef __REDIRECT_NTH extern char * __REDIRECT_NTH (strerror_r, (int __errnum, char *__buf, size_t __buflen), |