change wint_t to unsigned
[oweals/musl.git] / arch / x86_64 / bits / alltypes.h.in
index e931d1149fc09849c4533e45518eb045cd7d9565..b9bff866c14b0fae33f643b557692286f81b6a52 100644 (file)
@@ -7,7 +7,7 @@ TYPEDEF __builtin_va_list __isoc_va_list;
 #ifndef __cplusplus
 TYPEDEF int wchar_t;
 #endif
-TYPEDEF int wint_t;
+TYPEDEF unsigned wint_t;
 
 #if defined(__FLT_EVAL_METHOD__) && __FLT_EVAL_METHOD__ == 2
 TYPEDEF long double float_t;