Explorar el Código

remove largish unused field from pthread structure

Rich Felker hace 8 años
padre
commit
6f1866768a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;