15# define SA_RESTORER 0x04000000
18using RestorerCB = void (*)();
19using SignalCB = void (*)(int);
42} __attribute__((packed));
Variant of sigaction used for the old sigaction() system call.
Variant of sigaction for 64-bit <-> 32-bit cross ABI tracing.
This is the sigaction structure used by the kernel for e.g. rt_sigaction.
unsigned long flags
The sigaction flags.
sigset_t mask
The signal mask.
SignalCB handler
The signal handling function be it the old or the new signature.
RestorerCB restorer
The restorer function (deprecated).