X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fwctype.h;h=8c544f24bb538df4ca2811dfd993aa2b68812046;hb=4e3c6b430382b152e783454a31f9a884223ce77f;hp=abc7d36ffd79ba755048903f90c0f8336ca8180b;hpb=c1a9658bd19245ff0fb52d3da567815d822fb622;p=musl diff --git a/include/wctype.h b/include/wctype.h index abc7d36f..8c544f24 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -8,7 +8,6 @@ extern "C" { #include #define __NEED_wint_t -#define __NEED_wctrans_t #define __NEED_wctype_t #if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \ @@ -18,8 +17,10 @@ extern "C" { #include +typedef const int * wctrans_t; + #undef WEOF -#define WEOF (-1) +#define WEOF 0xffffffffU #undef iswdigit