summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-09-07 08:44:19 +0000
committerEric Andersen <andersen@codepoet.org>2004-09-07 08:44:19 +0000
commitbd7f93cb5cad7af1377fe54618d69cbb1f941f48 (patch)
tree7477a26346ce568c1331e04a4dd3596d2b3809d8 /include
parenta886f7ac1a2f0bfc0bedbae20f569dad57ce3a4a (diff)
The 'Somebody Else's Problem Field' was just activated
Diffstat (limited to 'include')
-rw-r--r--include/langinfo.h3
1 files changed, 3 insertions, 0 deletions
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 <xlocale.h>
/* 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);