optimize out setting up robust list with kernel when not needed
[musl] / src / internal / pthread_impl.h
index 441b075..7c352bc 100644 (file)
@@ -45,6 +45,7 @@ struct pthread {
        volatile int startlock[2];
        unsigned long sigmask[_NSIG/8/sizeof(long)];
        void *stdio_locks;
+       void **dtv_copy;
 };
 
 struct __timer {