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