873b867e6feb701d140bdd31444135aed980f6af
[musl] / src / signal / restore.c
1 /* These functions will not work, but suffice for targets where the
2  * kernel sigaction structure does not actually use sa_restorer. */
3
4 void __restore()
5 {
6 }
7
8 void __restore_rt()
9 {
10 }