beginnings of full TLS support in shared libraries
[musl] / src / internal / pthread_impl.h
index 56b92b2..f7facba 100644 (file)
@@ -22,7 +22,7 @@
 
 struct pthread {
        struct pthread *self;
-       void *dtv, *unused1, *unused2;
+       void **dtv, *unused1, *unused2;
        uintptr_t sysinfo;
        uintptr_t canary;
        pid_t tid, pid;