fix dlsym RTLD_NEXT support
[oweals/musl.git] / src / locale / iswlower_l.c
index 51e07f3594e1cbd11609b3f40cbf96bb0b6d70fd..c52421a043c860141a2604c54b097f2d2a5da3f8 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);
 }