mirror of
https://github.com/fluencelabs/musl
synced 2025-05-31 16:41:36 +00:00
actually this is just to avoid gcc being stupid and refusing to inline the function version, even when the size cost is essentially identical whether it's inlined or not.
5 lines
108 B
C
5 lines
108 B
C
#define __pthread_self ((pthread_t (*)(void))0xffff0fe0)
|
|
|
|
#define CANCEL_REG_SP 16
|
|
#define CANCEL_REG_IP 18
|