X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fctype%2F__ctype_tolower_loc.c;h=efb9910545c4a536eaf2079fb403343232654225;hb=b1dfb734a45d4f74c7a24c5f07d37f7e74451802;hp=446d08dabf11f0b48ffe6f23830a6cf32632fb75;hpb=9372655e884b3829c6639fc1a6047b2569f3c3ec;p=musl diff --git a/src/ctype/__ctype_tolower_loc.c b/src/ctype/__ctype_tolower_loc.c index 446d08da..efb99105 100644 --- a/src/ctype/__ctype_tolower_loc.c +++ b/src/ctype/__ctype_tolower_loc.c @@ -1,5 +1,4 @@ -#include -#include +#include static const int32_t table[] = { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, @@ -23,7 +22,7 @@ static const int32_t table[] = { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, }; -static const int32_t *const ptable = table; +static const int32_t *const ptable = table+128; const int32_t **__ctype_tolower_loc(void) {