fix up lfs64 junk for preadv/pwritev
[musl] / arch / arm / pthread_arch.h
1 typedef pthread_t (*__pthread_self_func_t)(void) __attribute__((const));
2
3 #define __pthread_self ((__pthread_self_func_t)0xffff0fe0)
4
5 #define CANCEL_REG_SP 16
6 #define CANCEL_REG_IP 18