Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
src
signal
restore.c
pretty
plain
permalink
blame
history
•
12 lines
•
220 B
1
#include <features.h>
2
3
/* These functions will not work, but suffice for targets where the
4
* kernel sigaction structure does not actually use sa_restorer. */
5
6
hidden void __restore()
7
{
8
}
9
10
hidden void __restore_rt()
11
{
12
}