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

This commit is contained in:
Rich Felker 2012-12-04 09:32:45 -05:00
parent b3175f5c48
commit 7aa73925e7

View File

@ -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];