From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- include/string.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/string.h') 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), -- cgit v1.2.3