mirror of
https://github.com/fluencelabs/musl
synced 2025-05-28 23:21:34 +00:00
aside from microblaze, these should be roughly correct for all archs now. some misc junk macros and typedefs are missing, which should probably be added for max compatibility with trace/debug tools.
10 lines
207 B
C
10 lines
207 B
C
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];
|
|
};
|