mirror of
https://github.com/fluencelabs/musl
synced 2025-05-29 15:41:36 +00:00
11 lines
183 B
C
11 lines
183 B
C
/* 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()
|
|
{
|
|
}
|