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/langinfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/langinfo.h') diff --git a/include/langinfo.h b/include/langinfo.h index 12f008046..f289a66c0 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -603,6 +603,7 @@ enum it is usually in read-only memory and cannot be modified. */ extern char *nl_langinfo (nl_item __item) __THROW; +libc_hidden_proto(nl_langinfo) #ifdef __UCLIBC_HAS_XLOCALE__ @@ -615,6 +616,7 @@ extern char *nl_langinfo (nl_item __item) __THROW; /* Just like nl_langinfo but get the information from the locale object L. */ extern char *nl_langinfo_l (nl_item __item, __locale_t l); +libc_hidden_proto(nl_langinfo_l) #endif #endif -- cgit v1.2.3