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