fix mips stack_t
like almost everything on mips, this is gratuitously different.
This commit is contained in:
parent
bd5f221eaa
commit
12f37cdee5
1 changed files with 1 additions and 1 deletions
|
|
@ -48,8 +48,8 @@ typedef struct __ucontext {
|
|||
|
||||
typedef struct sigaltstack {
|
||||
void *ss_sp;
|
||||
int ss_flags;
|
||||
size_t ss_size;
|
||||
int ss_flags;
|
||||
} stack_t;
|
||||
|
||||
#define SA_NOCLDSTOP 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue