mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 21:40:12 +00:00
Replace sa_handler with k_sa_handler.
This commit is contained in:
parent
fa6e5ab44c
commit
91c6e1837b
@ -1,7 +1,7 @@
|
||||
/* This is the sigaction struction from the Linux 2.1.20 kernel. */
|
||||
|
||||
struct old_kernel_sigaction {
|
||||
__sighandler_t sa_handler;
|
||||
__sighandler_t k_sa_handler;
|
||||
unsigned long sa_mask;
|
||||
unsigned int sa_flags;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user