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