X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fctype%2F__ctype_get_mb_cur_max.c;h=8e946fc12bcfcf17ebe672e13ab05b163b242f5b;hb=98b9df994c85dcb6a8a5a9099495dd44c7cf2bce;hp=d235f4da3e7520088495a61cd51e1e7ceb8ea1ab;hpb=571744447c23f91feb6439948f3a619aca850dfb;p=musl diff --git a/src/ctype/__ctype_get_mb_cur_max.c b/src/ctype/__ctype_get_mb_cur_max.c index d235f4da..8e946fc1 100644 --- a/src/ctype/__ctype_get_mb_cur_max.c +++ b/src/ctype/__ctype_get_mb_cur_max.c @@ -1,6 +1,7 @@ -#include +#include +#include "locale_impl.h" size_t __ctype_get_mb_cur_max() { - return 4; + return MB_CUR_MAX; }