LibC: Make mbstate_t into int

This is not used, but makes more sense than an empty struct
This commit is contained in:
2025-08-19 16:29:46 +03:00
parent f88e55ffa8
commit 8b26b6604d

View File

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