mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-18 00:41:06 +00:00
(old_kernel_sigaction): Define.
(struct kernel_sigaction): Rename sa_handler to k_sa_handler.
This commit is contained in:
parent
598f68bf68
commit
35a72cb3b3
@ -4,9 +4,12 @@
|
||||
|
||||
#define HAVE_SA_RESTORER
|
||||
|
||||
/* Linux/MIPS still uses the old sigaction structure in the kernel. */
|
||||
#define old_kernel_sigaction kernel_sigaction
|
||||
|
||||
struct kernel_sigaction {
|
||||
unsigned int sa_flags;
|
||||
__sighandler_t sa_handler;
|
||||
__sighandler_t k_sa_handler;
|
||||
unsigned long sa_mask;
|
||||
unsigned int __pad0[3]; /* reserved, keep size constant */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user