]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h
Update.
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / alpha / kernel_sigaction.h
CommitLineData
5290baf0
UD
1/* This is the sigaction struction from the Linux 2.1.20 kernel. */
2
bd355af0 3struct old_kernel_sigaction {
5290baf0
UD
4 __sighandler_t sa_handler;
5 unsigned long sa_mask;
6 unsigned int sa_flags;
7};