projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5499172
)
remove largish unused field from pthread structure
author
Rich Felker
<dalias@aerifal.cx>
Wed, 7 Dec 2016 03:57:15 +0000
(22:57 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 7 Dec 2016 03:57:15 +0000
(22:57 -0500)
src/internal/pthread_impl.h
patch
|
blob
|
history
diff --git
a/src/internal/pthread_impl.h
b/src/internal/pthread_impl.h
index 7a679dbfc939cdab1d77de2d2b9cedb741bbcd2f..757b86addc3091320f9d8560e213df613730d3e2 100644
(file)
--- 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;