mirror of
https://github.com/fluencelabs/musl
synced 2025-05-02 10:32:16 +00:00
8 lines
143 B
C
8 lines
143 B
C
|
static inline struct pthread *__pthread_self()
|
||
|
{
|
||
|
return ((void *(*)(void))0xffff0fe0)();
|
||
|
}
|
||
|
|
||
|
#define CANCEL_REG_SP 16
|
||
|
#define CANCEL_REG_IP 18
|