From: Rich Felker Date: Wed, 7 Dec 2016 03:57:15 +0000 (-0500) Subject: remove largish unused field from pthread structure X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=6f1866768a86239672ed811777dfe89994d64a65;p=musl remove largish unused field from pthread structure --- diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 7a679dbf..757b86ad 100644 --- a/src/internal/pthread_impl.h +++ b/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;