changes to kernel sigaction struct handling in preparation for mips port
[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 }