socket.h: add SO_(SND/RCV)BUFFORCE to generic block
[oweals/musl.git] / src / locale / iswctype_l.c
index be222d36cdf07ff6a967bd1f7bdb59c2ad02aa0f..1dccef63f71a90e40b4c6c1b663d3dd0864f9e1b 100644 (file)
@@ -1,6 +1,6 @@
 #include <wctype.h>
 
-wint_t iswctype_l(wint_t c, wctype_t t, locale_t l)
+int iswctype_l(wint_t c, wctype_t t, locale_t l)
 {
        return iswctype(c, t);
 }