소스 검색

remove cruft from pthread structure (old cancellation stuff)

Rich Felker 12 년 전
부모
커밋
7efd14ecc9
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/internal/pthread_impl.h

+ 0 - 2
src/internal/pthread_impl.h

@@ -27,8 +27,6 @@ struct pthread {
 	uintptr_t canary;
 	pid_t tid, pid;
 	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;
 	unsigned char *map_base;
 	size_t map_size;