s390x: add single-instruction math functions
[musl.git] / arch / x86_64 / ksigaction.h
blob7743c5c6b8122bc3dd5692bead45c00623d57dbf
1 struct k_sigaction {
2 void (*handler)(int);
3 unsigned long flags;
4 void (*restorer)(void);
5 unsigned mask[2];
6 };
8 void __restore_rt();
9 #define __restore __restore_rt