X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fctype%2F__ctype_get_mb_cur_max.c;h=8e946fc12bcfcf17ebe672e13ab05b163b242f5b;hb=4554f155dd23a65fcdfd39f1d5af8af55ba37694;hp=42e4ee71362d7c26df619ac9d45917a37e381ab7;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/src/ctype/__ctype_get_mb_cur_max.c b/src/ctype/__ctype_get_mb_cur_max.c index 42e4ee71..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 "locale_impl.h" size_t __ctype_get_mb_cur_max() { - return 4; + return MB_CUR_MAX; }