1 #include <features.h> 2 3 struct k_sigaction { 4 void (*handler)(int); 5 unsigned long flags; 6 void *restorer; 7 unsigned mask[2]; 8 }; 9 10 extern hidden unsigned char __restore[], __restore_rt[]; 11