From 6f1866768a86239672ed811777dfe89994d64a65 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 6 Dec 2016 22:57:15 -0500 Subject: remove largish unused field from pthread structure --- src/internal/pthread_impl.h | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.1