mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-24 03:31:07 +00:00
Define as old_kernel_sigaction.
This commit is contained in:
parent
c96aeaa4e3
commit
94b8f61643
@ -1,6 +1,6 @@
|
||||
/* This is the sigaction struction from the Linux 2.1.20 kernel. */
|
||||
|
||||
struct kernel_sigaction {
|
||||
struct old_kernel_sigaction {
|
||||
__sighandler_t sa_handler;
|
||||
unsigned long sa_mask;
|
||||
unsigned int sa_flags;
|
||||
|
Loading…
Reference in New Issue
Block a user