xref: /aosp_15_r20/external/musl/src/signal/restore.c (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
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 Worker hidden void __restore()
7*c9945492SAndroid Build Coastguard Worker {
8*c9945492SAndroid Build Coastguard Worker }
9*c9945492SAndroid Build Coastguard Worker 
__restore_rt()10*c9945492SAndroid Build Coastguard Worker hidden void __restore_rt()
11*c9945492SAndroid Build Coastguard Worker {
12*c9945492SAndroid Build Coastguard Worker }
13