add mips64 port
[musl.git] / arch / mips64 / ksigaction.h
blob55ba18ea945c5b41bb4eab0f8ff07e960b88623b
1 struct k_sigaction {
2 unsigned flags;
3 void (*handler)(int);
4 unsigned long mask[2];
5 void (*restorer)();
6 };
8 void __restore(), __restore_rt();