mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 05:50:14 +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. */
|
/* This is the sigaction struction from the Linux 2.1.20 kernel. */
|
||||||
|
|
||||||
struct old_kernel_sigaction {
|
struct old_kernel_sigaction {
|
||||||
__sighandler_t sa_handler;
|
__sighandler_t k_sa_handler;
|
||||||
unsigned long sa_mask;
|
unsigned long sa_mask;
|
||||||
unsigned int sa_flags;
|
unsigned int sa_flags;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user