浏览代码

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

Rich Felker 14 年之前
父节点
当前提交
83b6c9e052
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/internal/pthread_impl.h

+ 0 - 1
src/internal/pthread_impl.h

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