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