mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 06:11:57 +00:00
add more of the locale_t interfaces, all dummied out to ignore the locale
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user