mirror of https://git.musl-libc.org/git/musl
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
struct k_sigaction { |
|||
void (*handler)(int); |
|||
unsigned long flags; |
|||
void (*restorer)(void); |
|||
long mask[2]; |
|||
}; |
|||
Loading…
Reference in new issue