math: use 0x1p-120f and 0x1p120f for tiny and huge values
[musl] / src / locale / iswpunct_l.c
index 60e2ccf..831e0e5 100644 (file)
@@ -1,6 +1,6 @@
 #include <wctype.h>
 
-wint_t iswpunct_l(wint_t c, locale_t l)
+int iswpunct_l(wint_t c, locale_t l)
 {
        return iswpunct(c);
 }