提交 760f5d7e 编写于 作者: R Rich Felker

fix __WORDSIZE on x32 sys/user.h

sys/reg.h already had it right as 32, to which it was explicitly
changed when commit 664cd341 derived
x32 from x86_64. but the copy exposed in sys/user.h was missed.
上级 bdb54540
#undef __WORDSIZE
#define __WORDSIZE 64
#define __WORDSIZE 32
typedef struct user_fpregs_struct {
uint16_t cwd, swd, ftw, fop;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册