X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fwctype.h;h=5640eddbe33cd31baaf69e1658e0823899262d65;hp=abc7d36ffd79ba755048903f90c0f8336ca8180b;hb=9448b0513e2eec020fbca9c10412b83df5027a16;hpb=976c0fdcb55fafc55682d86441e5293d8aa5259d diff --git a/include/wctype.h b/include/wctype.h index abc7d36f..5640eddb 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,6 +17,8 @@ extern "C" { #include +typedef const int * wctrans_t; + #undef WEOF #define WEOF (-1)