mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
183 B
10 lines
183 B
/* 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()
|
|
{
|
|
}
|
|
|