mirror of
git://git.musl-libc.org/musl
synced 2025-01-01 20:12:04 +00:00
remove largish unused field from pthread structure
This commit is contained in:
parent
54991729fd
commit
6f1866768a
@ -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…
Reference in New Issue
Block a user