X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Finternal%2Flibc.h;h=619bba8613e8d20cc00c69eec83dd054348b5005;hb=fa4a8abd06a401822cc8ba4e352a219544c0118d;hp=ac97dc7ebb1ee6fe2bf211121ee019bc14702e21;hpb=6753fb68b84cd7155d8b9a3a3bc3eff1ab6a8030;p=musl diff --git a/src/internal/libc.h b/src/internal/libc.h index ac97dc7e..619bba86 100644 --- a/src/internal/libc.h +++ b/src/internal/libc.h @@ -18,10 +18,11 @@ struct tls_module { }; struct __libc { - int can_do_threads; - int threaded; - int secure; - volatile int threads_minus_1; + char can_do_threads; + char threaded; + char secure; + volatile signed char need_locks; + int threads_minus_1; size_t *auxv; struct tls_module *tls_head; size_t tls_size, tls_align, tls_cnt;