blob: 2a62bcc5bc6ec1a24d1555cca405d93efc2a6187 [file] [log] [blame]
/* This is the sigaction structure from the RISC-V Linux 4.15 kernel. */
struct kernel_sigaction {
__sighandler_t k_sa_handler;
unsigned long sa_flags;
sigset_t sa_mask;
};