提交 834255a3 编写于 作者: R Rich Felker

use __attribute__((const)) on arm __pthread_self function

上级 06aec8d7
#define __pthread_self ((pthread_t (*)(void))0xffff0fe0)
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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册