Browse Source

remove largish unused field from pthread structure

master
Rich Felker 10 years ago
parent
commit
6f1866768a
  1. 1
      src/internal/pthread_impl.h

1
src/internal/pthread_impl.h

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

Loading…
Cancel
Save