summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/src/crt_glue.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nt32/src/crt_glue.c')
-rw-r--r--arch/nt32/src/crt_glue.c3
1 files changed, 1 insertions, 2 deletions
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);
};