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-01-19 04:54:14 +00:00
|
|
|
__sighandler_t sa_handler;
|
|
|
|
unsigned long sa_mask;
|
|
|
|
unsigned int sa_flags;
|
|
|
|
};
|