mirror of
https://github.com/fluencelabs/musl
synced 2025-05-02 02:22:15 +00:00
10 lines
174 B
C
10 lines
174 B
C
static inline struct pthread *__pthread_self(void) {
|
|
return (struct pthread *)UINTPTR_MAX;
|
|
}
|
|
|
|
#define TP_ADJ(p) (p)
|
|
|
|
#define CANCEL_REG_IP 16
|
|
|
|
#define MC_PC gregs[REG_EIP]
|