X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Flibc.h;h=98c7535aa861dc3e8c83b89d07ba11fac15bfc65;hb=6fef8cafbd0f6f185897bc87feb1ff66e2e204e1;hp=51ee1860cd305793ed912dfc8933eef0aa7b0684;hpb=f203b3511f4715695ee932049944c4922d5d3025;p=musl diff --git a/src/internal/libc.h b/src/internal/libc.h index 51ee1860..98c7535a 100644 --- a/src/internal/libc.h +++ b/src/internal/libc.h @@ -8,9 +8,7 @@ struct __locale_map; struct __locale_struct { - volatile int ctype_utf8; - char *messages_name; - struct __locale_map *volatile cat[4]; + const struct __locale_map *volatile cat[6]; }; struct __libc { @@ -19,12 +17,8 @@ struct __libc { int secure; volatile int threads_minus_1; size_t *auxv; - FILE *ofl_head; - volatile int ofl_lock[2]; size_t tls_size; size_t page_size; - volatile int uselocale_cnt; - volatile int bytelocale_cnt_minus_1; struct __locale_struct global_locale; };