提交 83b6c9e0 编写于 作者: R Rich Felker

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

上级 05b69402
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册