From 1fabb209db4ee826ce88a353dc6003b64d5fe9d6 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 27 May 2015 21:00:01 -0400 Subject: adjust arch-specific files to match musl version 1.1.9. --- arch/nt32/src/crt_glue.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/nt32/src') diff --git a/arch/nt32/src/crt_glue.c b/arch/nt32/src/crt_glue.c index 2559348..07d38de 100644 --- a/arch/nt32/src/crt_glue.c +++ b/arch/nt32/src/crt_glue.c @@ -37,8 +37,7 @@ void __init_tls (size_t * auxv) T.pt.locale = &libc.global_locale; T.pt.tid = __syscall(SYS_set_tid_address, &T.pt.tid); - libc.can_do_threads = 1; - libc.has_thread_pointer = 1; + libc.can_do_threads = 1; libc.tls_size = sizeof(struct __tls); }; -- cgit v1.2.3