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:
05b6940
)
remove useless field in pthread struct (wasted a good bit of space)
author
Rich Felker
<dalias@aerifal.cx>
Tue, 29 Mar 2011 00:29:08 +0000
(20:29 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 29 Mar 2011 00:29:08 +0000
(20:29 -0400)
src/internal/pthread_impl.h
patch
|
blob
|
history
diff --git
a/src/internal/pthread_impl.h
b/src/internal/pthread_impl.h
index e3a9a0e0a2b703af60b9db228dab679aa90a0448..c8fa4b112f838e22f45cd5129b31a2ab3f563c78 100644
(file)
--- a/
src/internal/pthread_impl.h
+++ b/
src/internal/pthread_impl.h
@@
-30,7
+30,6
@@
struct pthread {
void *start_arg;
void *(*start)(void *);
void *result;
- jmp_buf exit_jmp_buf;
int detached;
int exitlock;
struct __ptcb *cancelbuf;