diff --git a/Userland/Libraries/LibC/wctype.h b/Userland/Libraries/LibC/wctype.h index 8c5ffb14a81..7e29564eb4e 100644 --- a/Userland/Libraries/LibC/wctype.h +++ b/Userland/Libraries/LibC/wctype.h @@ -12,7 +12,7 @@ __BEGIN_DECLS -typedef const int* wctrans_t; +typedef long wctrans_t; int iswalnum(wint_t wc); int iswalpha(wint_t wc);