remove hand-written crt1.s and Scrt1.s files for all archs
[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 }