fix preadv2 and pwritev2 syscall numbers on x32 for linux v4.8
[musl] / arch / mipsn32 / ksigaction.h
1 struct k_sigaction {
2         unsigned flags;
3         void (*handler)(int);
4         unsigned long mask[4];
5         void (*restorer)();
6 };
7
8 void __restore(), __restore_rt();