From bc3e1c127392da88d0c8bf2ae728147982a3d1bc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 14 Dec 2007 03:54:07 +0000 Subject: * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l. * locale/nl_langinfo_l.c: Real implementation, copied from nl_langinfo.c. * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l. --- include/langinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/langinfo.h b/include/langinfo.h index 8f93671..37a91c6 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -5,5 +5,6 @@ libc_hidden_proto (nl_langinfo) extern __typeof (nl_langinfo_l) __nl_langinfo_l; +libc_hidden_proto (__nl_langinfo_l) #endif -- cgit v1.1