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