mirror of
https://github.com/fluencelabs/musl
synced 2025-05-30 16:11:40 +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;
|
void *result;
|
||||||
struct __ptcb *cancelbuf;
|
struct __ptcb *cancelbuf;
|
||||||
void **tsd;
|
void **tsd;
|
||||||
pthread_attr_t attr;
|
|
||||||
volatile int dead;
|
volatile int dead;
|
||||||
struct {
|
struct {
|
||||||
volatile void *volatile head;
|
volatile void *volatile head;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user