소스 검색

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;