fix incorrect long double parameters on arm (and other future ports)
[musl] / arch / arm / pthread_arch.h
1 static inline struct pthread *__pthread_self()
2 {
3         return ((void *(*)(void))0xffff0fe0)();
4 }
5
6 #define CANCEL_REG_SP 16
7 #define CANCEL_REG_IP 18