summaryrefslogtreecommitdiff
path: root/src/signal/restore.c
blob: 5ec4f5dddc6587ddda37f5dba3687168eafeab72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include <features.h>

/* These functions will not work, but suffice for targets where the
 * kernel sigaction structure does not actually use sa_restorer. */

hidden void __restore()
{
}

hidden void __restore_rt()
{
}