summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-09-07 11:13:06 +0000
committerEric Andersen <andersen@codepoet.org>2004-09-07 11:13:06 +0000
commit6e106446643716627ca257bc0a2f818445a3ae2a (patch)
tree87161bc079970e6f3deac60e915e073319401079 /include
parent9d11dd4a4ab1275a01b750383e442afa26bc7344 (diff)
Yet another bit of joy for mjn3
Diffstat (limited to 'include')
-rw-r--r--include/nl_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/nl_types.h b/include/nl_types.h
index 9322aa246..65b7d9e47 100644
--- a/include/nl_types.h
+++ b/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;