blob: 5f96f2b07d36c0162aa2545c44d9d03e3911166a (
plain) (
blame)
1
2
3
4
5
6
|
typedef pthread_t (*__pthread_self_func_t)(void) __attribute__((const));
#define __pthread_self ((__pthread_self_func_t)0xffff0fe0)
#define CANCEL_REG_SP 16
#define CANCEL_REG_IP 18
|