diff --git a/libc/include/wchar.h b/libc/include/wchar.h index 93261373fc..a7c76c0158 100644 --- a/libc/include/wchar.h +++ b/libc/include/wchar.h @@ -17,8 +17,7 @@ __BEGIN_DECLS #include -struct __mbstate_t; -typedef struct __mbstate_t mbstate_t; +typedef struct {} mbstate_t; typedef int wctype_t;