From 50660812be5588036a14fc85af16bccef68fac02 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Sun, 24 Aug 2003 03:49:13 +0000 Subject: Fix a few bugs in the new extended locale functions. Move stub gettext functions to a stub libintl to make switching in gnu gettext easier. Also add a few gnu-isms. Change to using hidden names with global weak aliases for the extended locale functions, as expected by libstd++. Slightly rework the locale data generation stuff to allow pregenerated locale data to be used with buildroot. --- 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 a129c12ae..1852b99b0 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -615,6 +615,8 @@ 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); +extern char *__nl_langinfo_l (nl_item __item, __locale_t l); + #endif #endif -- cgit v1.2.3