change wint_t to unsigned
[musl] / include / wctype.h
index 5640edd..8c544f2 100644 (file)
@@ -20,7 +20,7 @@ extern "C" {
 typedef const int * wctrans_t;
 
 #undef WEOF
-#define WEOF (-1)
+#define WEOF 0xffffffffU
 
 #undef iswdigit