mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-09 00:02:17 +03:00
fix mips stack_t
like almost everything on mips, this is gratuitously different.
This commit is contained in:
parent
bd5f221eaa
commit
12f37cdee5
@ -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…
Reference in New Issue
Block a user