sysmacros major/minor: result should have type unsigned int, not dev_t
[musl] / src / locale / iswspace_l.c
index befccc8..b507e9e 100644 (file)
@@ -1,6 +1,6 @@
 #include <wctype.h>
 
-wint_t iswspace_l(wint_t c, locale_t l)
+int iswspace_l(wint_t c, locale_t l)
 {
        return iswspace(c);
 }