提交 7aa73925 编写于 作者: R Rich Felker

fix regression in arm user.h that happened during big user.h changes

上级 b3175f5c
......@@ -26,6 +26,7 @@ struct user {
unsigned long u_tsize, u_dsize, u_ssize;
unsigned long start_code, start_stack;
long signal;
int reserved;
struct user_regs *u_ar0;
unsigned long magic;
char u_comm[32];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册