mirror of
https://github.com/fluencelabs/musl
synced 2025-05-03 19:12:16 +00:00
7 lines
184 B
C
7 lines
184 B
C
typedef pthread_t (*__pthread_self_func_t)(void) __attribute__((const));
|
|
|
|
#define __pthread_self ((__pthread_self_func_t)0xffff0fe0)
|
|
|
|
#define CANCEL_REG_SP 16
|
|
#define CANCEL_REG_IP 18
|