1 /* We have a separate header file here because we do not support
2 SA_RESTORER on hppa. */
4 /* This is the sigaction struction from the Linux 2.1.20 kernel. */
5 /* Blah. This is bogus. We don't ever use it. */
6 struct old_kernel_sigaction
{
7 __sighandler_t k_sa_handler
;
9 unsigned long sa_flags
;
12 /* This is the sigaction structure from the Linux 2.1.68 kernel. */
14 struct kernel_sigaction
{
15 __sighandler_t k_sa_handler
;
16 unsigned long sa_flags
;