Update.
[platform/upstream/glibc.git] / sysdeps / unix / sysv / linux / kernel_sigaction.h
1 /* This is the sigaction structure from the Linux 2.1.20 kernel.  */
2
3 #define HAVE_SA_RESTORER
4
5 struct old_kernel_sigaction {
6         __sighandler_t k_sa_handler;
7         unsigned long sa_mask;
8         unsigned long sa_flags;
9         void (*sa_restorer) __P ((void));
10 };