6315004f
1 2 3 4 5 6
struct k_sigaction { unsigned flags; void (*handler)(int); unsigned long mask[4]; void (*restorer)(); };