improve pthread_exit synchronization with functions targeting tid
[musl] / src / internal / pthread_impl.h
index f2805b8..3b4ad94 100644 (file)
@@ -34,7 +34,6 @@ struct pthread {
        void *result;
        struct __ptcb *cancelbuf;
        void **tsd;
-       volatile int dead;
        struct {
                volatile void *volatile head;
                long off;