1*c9945492SAndroid Build Coastguard Worker #include <features.h> 2*c9945492SAndroid Build Coastguard Worker 3*c9945492SAndroid Build Coastguard Worker /* These functions will not work, but suffice for targets where the 4*c9945492SAndroid Build Coastguard Worker * kernel sigaction structure does not actually use sa_restorer. */ 5*c9945492SAndroid Build Coastguard Worker __restore()6*c9945492SAndroid Build Coastguard Workerhidden void __restore() 7*c9945492SAndroid Build Coastguard Worker { 8*c9945492SAndroid Build Coastguard Worker } 9*c9945492SAndroid Build Coastguard Worker __restore_rt()10*c9945492SAndroid Build Coastguard Workerhidden void __restore_rt() 11*c9945492SAndroid Build Coastguard Worker { 12*c9945492SAndroid Build Coastguard Worker } 13