mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-14 17:24:46 +03:00
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…
x
Reference in New Issue
Block a user