fix the type of wchar_t on arm; support wchar_t varying with arch
[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