diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-09-07 11:13:06 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-09-07 11:13:06 +0000 |
commit | 6e106446643716627ca257bc0a2f818445a3ae2a (patch) | |
tree | 87161bc079970e6f3deac60e915e073319401079 | |
parent | 9d11dd4a4ab1275a01b750383e442afa26bc7344 (diff) |
Yet another bit of joy for mjn3
-rw-r--r-- | include/nl_types.h | 4 |
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; |