diff --git a/include/cxx/cwchar b/include/cxx/cwchar index eee3bb64b5..67716abbe0 100755 --- a/include/cxx/cwchar +++ b/include/cxx/cwchar @@ -48,7 +48,9 @@ namespace std { +#if 0 /* Not defined */ using ::mbstate_t; +#endif using ::wint_t; using ::size_t; }; diff --git a/include/wchar.h b/include/wchar.h index 8f7d8ab28b..de087f3d11 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -105,13 +105,14 @@ typedef int wint_t; * state, the results are unspecified. */ +#if 0 /* Not used */ struct mbstate_s { int __fill[6]; }; typedef struct mbstate_s mbstate_t; - +#endif /* FILE * As described in . *