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