Browse Source

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

Rich Felker 12 years ago
parent
commit
7aa73925e7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/bits/user.h

+ 1 - 0
arch/arm/bits/user.h

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