Browse Source

remove largish unused field from pthread structure

Rich Felker 8 năm trước cách đây
mục cha
commit
6f1866768a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/internal/pthread_impl.h

+ 0 - 1
src/internal/pthread_impl.h

@@ -30,7 +30,6 @@ struct pthread {
 	void *result;
 	struct __ptcb *cancelbuf;
 	void **tsd;
-	pthread_attr_t attr;
 	volatile int dead;
 	struct {
 		volatile void *volatile head;