update mips cancellation-point syscall asm with 7-arg and r25 fixes
[musl] / src / internal / ksigaction.h
1 struct k_sigaction {
2         void (*handler)(int);
3         unsigned long flags;
4         void (*restorer)(void);
5         unsigned mask[2];
6 };