Warning: This file is not a C or C++ file. It does not have highlighting.

1/* NIOS2 uses the generic Linux UAPI but defines SA_RESTORER. */
2#define SA_RESTORER 0x04000000
3
4#define SET_SA_RESTORER(kact, act) \
5 (kact)->sa_restorer = (act)->sa_restorer
6#define RESET_SA_RESTORER(act, kact) \
7 (act)->sa_restorer = (kact)->sa_restorer
8
9#include <sysdeps/unix/sysv/linux/kernel_sigaction.h>
10

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of glibc/sysdeps/unix/sysv/linux/nios2/kernel_sigaction.h