Define as old_kernel_sigaction.

This commit is contained in:
Ulrich Drepper 1997-12-14 22:19:05 +00:00
parent c96aeaa4e3
commit 94b8f61643

View File

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