LibC: Make mbstate_t into int
This is not used, but makes more sense than an empty struct
This commit is contained in:
parent
f88e55ffa8
commit
8b26b6604d
|
@ -17,7 +17,7 @@ __BEGIN_DECLS
|
|||
|
||||
#include <bits/types/locale_t.h>
|
||||
|
||||
typedef struct {} mbstate_t;
|
||||
typedef int mbstate_t;
|
||||
|
||||
typedef int wctype_t;
|
||||
|
||||
|
|
Loading…
Reference in New Issue