remove useless field in pthread struct (wasted a good bit of space)

This commit is contained in:
Rich Felker 2011-03-28 20:29:08 -04:00
parent 05b694028e
commit 83b6c9e052
1 changed files with 0 additions and 1 deletions

View File

@ -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;