blob: 739233c1e1535a53ff718e5609f00606f1b8e599 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
struct user {
unsigned long regs[45+64];
unsigned long u_tsize, u_dsize, u_ssize;
unsigned long start_code, start_data, start_stack;
long signal;
void *u_ar0;
unsigned long magic;
char u_comm[32];
};
|