浏览代码

The 'Somebody Else's Problem Field' was just activated

Eric Andersen 21 年之前
父节点
当前提交
bd7f93cb5c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      include/langinfo.h

+ 3 - 0
include/langinfo.h

@@ -614,6 +614,9 @@ extern char *nl_langinfo (nl_item __item) __THROW;
 # include <xlocale.h>
 
 /* Just like nl_langinfo but get the information from the locale object L.  */
+#ifdef __UCLIBC_MJN3_ONLY__
+#warning "mjn3 FIXME: nl_langinfo_l has a prototype but isn't defined."
+#endif
 extern char *nl_langinfo_l (nl_item __item, __locale_t l);
 extern char *__nl_langinfo_l (nl_item __item, __locale_t l);