Quellcode durchsuchen

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

Eric Andersen vor 19 Jahren
Ursprung
Commit
bd7f93cb5c
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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);