1 /* This is the sigaction struction from the Linux 2.1.20 kernel. */
3 struct old_kernel_sigaction
{
4 __sighandler_t k_sa_handler
;
9 /* This is the sigaction structure from the Linux 2.1.68 kernel. */
11 struct kernel_sigaction
{
12 __sighandler_t k_sa_handler
;
13 unsigned int sa_flags
;