1997-01-19 04:54:14 +00:00
|
|
|
/* This is the sigaction struction from the Linux 2.1.20 kernel. */
|
|
|
|
|
1997-12-14 22:19:05 +00:00
|
|
|
struct old_kernel_sigaction {
|
1997-12-28 15:22:52 +00:00
|
|
|
__sighandler_t k_sa_handler;
|
1997-01-19 04:54:14 +00:00
|
|
|
unsigned long sa_mask;
|
|
|
|
unsigned int sa_flags;
|
|
|
|
};
|