From bd7f93cb5cad7af1377fe54618d69cbb1f941f48 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 7 Sep 2004 08:44:19 +0000 Subject: The 'Somebody Else's Problem Field' was just activated --- include/langinfo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/langinfo.h b/include/langinfo.h index 1852b99b0..ed38da808 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -614,6 +614,9 @@ 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); -- cgit v1.2.3