[uClibc-cvs] CVS update of uClibc/include (langinfo.h)

Erik Andersen andersen at codepoet.org
Tue Sep 7 08:44:20 UTC 2004


    Date: Tuesday, September 7, 2004 @ 02:44:20
  Author: andersen
    Path: /var/cvs/uClibc/include

Modified: langinfo.h (1.7 -> 1.8)

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


Index: uClibc/include/langinfo.h
diff -u uClibc/include/langinfo.h:1.7 uClibc/include/langinfo.h:1.8
--- uClibc/include/langinfo.h:1.7	Sat Aug 23 21:49:05 2003
+++ uClibc/include/langinfo.h	Tue Sep  7 02:44:19 2004
@@ -614,6 +614,9 @@
 # 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);
 



More information about the uClibc-cvs mailing list