mirror of git://git.musl-libc.org/musl
fix breakage of x86_64 sigaction from recent changes for mips
This commit is contained in:
parent
5fac93db37
commit
ea4175e73f
|
@ -2,5 +2,5 @@ struct k_sigaction {
|
||||||
void (*handler)(int);
|
void (*handler)(int);
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
void (*restorer)(void);
|
void (*restorer)(void);
|
||||||
unsigned long mask[2];
|
unsigned mask[2];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue