add more of the locale_t interfaces, all dummied out to ignore the locale

This commit is contained in:
Rich Felker
2012-02-06 21:29:31 -05:00
parent 4cf667c9c9
commit e5a7f14c81
19 changed files with 113 additions and 0 deletions

View File

@@ -9,6 +9,11 @@ extern "C" {
#define __NEED_wctrans_t
#define __NEED_wctype_t
#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \
|| defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE)
#define __NEED_locale_t
#endif
#include <bits/alltypes.h>
#undef WEOF