mirror of git://git.musl-libc.org/musl
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
|