summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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);