mirror of
git://git.musl-libc.org/musl
synced 2024-11-28 04:23:52 +08:00
fix regression in arm user.h that happened during big user.h changes
This commit is contained in:
parent
b3175f5c48
commit
7aa73925e7
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user