X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fctype%2F__ctype_toupper_loc.c;h=1556164570fdfc8ef4fe50dc1a66699f1dff01eb;hp=5e23dda7f74661a00fe7ab2d984044ed85367c18;hb=c50925071cce9c6342597f5671e30d2970c6ff4a;hpb=9372655e884b3829c6639fc1a6047b2569f3c3ec diff --git a/src/ctype/__ctype_toupper_loc.c b/src/ctype/__ctype_toupper_loc.c index 5e23dda7..15561645 100644 --- a/src/ctype/__ctype_toupper_loc.c +++ b/src/ctype/__ctype_toupper_loc.c @@ -23,7 +23,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_toupper_loc(void) {