LibC: mbstate_t is empty struct

This commit is contained in:
Bananymous 2023-06-02 17:10:29 +03:00
parent 35c6edd989
commit d821012eed
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ __BEGIN_DECLS
#include <bits/types/locale_t.h>
struct __mbstate_t;
typedef struct __mbstate_t mbstate_t;
typedef struct {} mbstate_t;
typedef int wctype_t;