mirror of git://git.musl-libc.org/musl
remove cruft from pthread structure (old cancellation stuff)
This commit is contained in:
parent
73db33b949
commit
7efd14ecc9
|
@ -27,8 +27,6 @@ struct pthread {
|
||||||
uintptr_t canary;
|
uintptr_t canary;
|
||||||
pid_t tid, pid;
|
pid_t tid, pid;
|
||||||
int tsd_used, errno_val, *errno_ptr;
|
int tsd_used, errno_val, *errno_ptr;
|
||||||
/* All cancellation-related fields must remain together, in order */
|
|
||||||
volatile uintptr_t cp_sp, cp_ip;
|
|
||||||
volatile int cancel, canceldisable, cancelasync;
|
volatile int cancel, canceldisable, cancelasync;
|
||||||
unsigned char *map_base;
|
unsigned char *map_base;
|
||||||
size_t map_size;
|
size_t map_size;
|
||||||
|
|
Loading…
Reference in New Issue