xref: /aosp_15_r20/external/musl/src/signal/restore.c (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1 #include <features.h>
2 
3 /* These functions will not work, but suffice for targets where the
4  * kernel sigaction structure does not actually use sa_restorer. */
5 
__restore()6 hidden void __restore()
7 {
8 }
9 
__restore_rt()10 hidden void __restore_rt()
11 {
12 }
13