remove largish unused field from pthread structure

This commit is contained in:
Rich Felker 2016-12-06 22:57:15 -05:00
parent 54991729fd
commit 6f1866768a

View 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;