Parcourir la source

Yet another bit of joy for mjn3

Eric Andersen il y a 20 ans
Parent
commit
6e10644664
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      include/nl_types.h

+ 4 - 0
include/nl_types.h

@@ -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;