mirror of
git://git.musl-libc.org/musl
synced 2024-12-14 02:35:17 +00:00
fix broken cancellation on x32 due to incorrect saved-PC offset
This commit is contained in:
parent
551c1d7a57
commit
7fe273b2c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user