Browse Source

The 'Somebody Else's Problem Field' was just activated

Eric Andersen 19 years ago
parent
commit
bd7f93cb5c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/langinfo.h

+ 3 - 0
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);