소스 검색

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