mirror of
git://git.musl-libc.org/musl
synced 2025-01-18 12:50:58 +00:00
remove useless field in pthread struct (wasted a good bit of space)
This commit is contained in:
parent
05b694028e
commit
83b6c9e052
@ -30,7 +30,6 @@ struct pthread {
|
||||
void *start_arg;
|
||||
void *(*start)(void *);
|
||||
void *result;
|
||||
jmp_buf exit_jmp_buf;
|
||||
int detached;
|
||||
int exitlock;
|
||||
struct __ptcb *cancelbuf;
|
||||
|
Loading…
Reference in New Issue
Block a user