From e81e139ad0b2455eae74cb0e9440840039c102a1 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 9 Dec 2005 20:49:27 +0000 Subject: Do __nl_langinfo, partly sync header w/ glibc, add missing nl_langinfo_l, change users to hidden version --- include/langinfo.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include/langinfo.h') diff --git a/include/langinfo.h b/include/langinfo.h index ed38da808..837a87b83 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -606,7 +606,7 @@ extern char *nl_langinfo (nl_item __item) __THROW; #ifdef __UCLIBC_HAS_XLOCALE__ -#ifdef __USE_GNU +#ifdef __USE_GNU /* This interface is for the extended locale model. See for more information. */ @@ -614,12 +614,7 @@ extern char *nl_langinfo (nl_item __item) __THROW; # include /* Just like nl_langinfo but get the information from the locale object L. */ -#ifdef __UCLIBC_MJN3_ONLY__ -#warning "mjn3 FIXME: nl_langinfo_l has a prototype but isn't defined." -#endif extern char *nl_langinfo_l (nl_item __item, __locale_t l); -extern char *__nl_langinfo_l (nl_item __item, __locale_t l); - #endif #endif -- cgit v1.2.3