LibC: Make mbstate_t into int

This is not used, but makes more sense than an empty struct
This commit is contained in:
Bananymous 2025-08-19 16:29:46 +03:00
parent f88e55ffa8
commit 8b26b6604d
1 changed files with 1 additions and 1 deletions

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;