remove largish unused field from pthread structure
authorRich Felker <dalias@aerifal.cx>
Wed, 7 Dec 2016 03:57:15 +0000 (22:57 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 7 Dec 2016 03:57:15 +0000 (22:57 -0500)
src/internal/pthread_impl.h

index 7a679dbfc939cdab1d77de2d2b9cedb741bbcd2f..757b86addc3091320f9d8560e213df613730d3e2 100644 (file)
@@ -30,7 +30,6 @@ struct pthread {
        void *result;
        struct __ptcb *cancelbuf;
        void **tsd;
-       pthread_attr_t attr;
        volatile int dead;
        struct {
                volatile void *volatile head;