mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 07:12:15 +00:00
6 lines
127 B
C
6 lines
127 B
C
|
static inline struct pthread *__pthread_self(void) { return pthread_self(); }
|
||
|
|
||
|
#define TP_ADJ(p) (p)
|
||
|
|
||
|
#define CANCEL_REG_IP 16
|