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

Erik Andersen andersen at codepoet.org
Tue Sep 7 11:13:07 UTC 2004


    Date: Tuesday, September 7, 2004 @ 05:13:07
  Author: andersen
    Path: /var/cvs/uClibc/include

Modified: nl_types.h (1.2 -> 1.3)

Yet another bit of joy for mjn3


Index: uClibc/include/nl_types.h
diff -u uClibc/include/nl_types.h:1.2 uClibc/include/nl_types.h:1.3
--- uClibc/include/nl_types.h:1.2	Wed Sep 26 23:21:09 2001
+++ uClibc/include/nl_types.h	Tue Sep  7 05:13:06 2004
@@ -30,6 +30,10 @@
 
 __BEGIN_DECLS
 
+#ifdef __UCLIBC_MJN3_ONLY__
+#warning "mjn3 FIXME: None of these prototypes have implementations."
+#endif
+
 /* Message catalog descriptor type.  */
 typedef void *nl_catd;
 



More information about the uClibc-cvs mailing list