math: rewrite inverse hyperbolic functions to be simpler/smaller
[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);
 }