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:
551c1d7
)
fix broken cancellation on x32 due to incorrect saved-PC offset
author
Rich Felker
<dalias@aerifal.cx>
Sat, 2 May 2015 16:16:57 +0000
(12:16 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 2 May 2015 16:16:57 +0000
(12:16 -0400)
arch/x32/pthread_arch.h
patch
|
blob
|
history
diff --git
a/arch/x32/pthread_arch.h
b/arch/x32/pthread_arch.h
index 29e4590c16601909b9452eb6440a7374dad6498c..23e10516000f861411006c22098c867dca5558f3 100644
(file)
--- a/
arch/x32/pthread_arch.h
+++ b/
arch/x32/pthread_arch.h
@@
-7,4
+7,4
@@
static inline struct pthread *__pthread_self()
#define TP_ADJ(p) (p)
-#define CANCEL_REG_IP
16
+#define CANCEL_REG_IP
32