diff options
Diffstat (limited to 'include')
-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; |