Replace sa_handler with k_sa_handler.

This commit is contained in:
Ulrich Drepper 1997-12-28 15:22:52 +00:00
parent fa6e5ab44c
commit 91c6e1837b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};