(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / sysdeps / unix / sysv / linux / hppa / kernel_sigaction.h
blobaf048cbe7d84bf44a958eb3fef5011047ea89637
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;
8 unsigned long sa_mask;
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;
17 sigset_t sa_mask;