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:
73db33b
)
remove cruft from pthread structure (old cancellation stuff)
author
Rich Felker
<dalias@aerifal.cx>
Fri, 25 May 2012 04:59:31 +0000
(
00:59
-0400)
committer
Rich Felker
<dalias@aerifal.cx>
Fri, 25 May 2012 04:59:31 +0000
(
00:59
-0400)
src/internal/pthread_impl.h
patch
|
blob
|
history
diff --git
a/src/internal/pthread_impl.h
b/src/internal/pthread_impl.h
index 2348b5daec8993cd3491681634bb1fb371840050..01e6e5a0ba448c2c968b9da6b7fad44a804370c3 100644
(file)
--- a/
src/internal/pthread_impl.h
+++ b/
src/internal/pthread_impl.h
@@
-27,8
+27,6
@@
struct pthread {
uintptr_t canary;
pid_t tid, pid;
int tsd_used, errno_val, *errno_ptr;
- /* All cancellation-related fields must remain together, in order */
- volatile uintptr_t cp_sp, cp_ip;
volatile int cancel, canceldisable, cancelasync;
unsigned char *map_base;
size_t map_size;