summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h
blob: fc9f29603c214db6445f3e4f5e278783d6b73d18 (plain)
1
2
3
4
5
6
7
/* This is the sigaction structure from the Linux 3.2 kernel.  */
struct kernel_sigaction
{
  __sighandler_t k_sa_handler;
  unsigned long sa_flags;
  sigset_t sa_mask;               /* mask last for extensibility */
};