1/* These functions will not work, but suffice for targets where the
2 * kernel sigaction structure does not actually use sa_restorer. */
3
4void __restore()
5{
6}
7
8void __restore_rt()
9{
10}
11