fix the definition of struct statvfs to match lsb abi
[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