make epoll_[p]wait a cancellation point
[musl.git] / arch / mips64 / ksigaction.h
blobc16e4731d84a61fca4cdeba3f5df215731334fd3
1 #include <features.h>
3 struct k_sigaction {
4 unsigned flags;
5 void (*handler)(int);
6 unsigned long mask[2];
7 void (*restorer)();
8 };
10 hidden void __restore(), __restore_rt();