mirror of https://git.musl-libc.org/git/musl
Browse Source
actually this is just to avoid gcc being stupid and refusing to inline the function version, even when the size cost is essentially identical whether it's inlined or not.rs-1.0
1 changed files with 1 additions and 4 deletions
@ -1,7 +1,4 @@ |
|||
static inline struct pthread *__pthread_self() |
|||
{ |
|||
return ((void *(*)(void))0xffff0fe0)(); |
|||
} |
|||
#define __pthread_self ((pthread_t (*)(void))0xffff0fe0) |
|||
|
|||
#define CANCEL_REG_SP 16 |
|||
#define CANCEL_REG_IP 18 |
|||
|
|||
Loading…
Reference in new issue