mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-06 23:02:10 +03: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