diff options
Diffstat (limited to 'arch/x86/include/asm/ia32.h')
| -rw-r--r-- | arch/x86/include/asm/ia32.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/ia32.h b/arch/x86/include/asm/ia32.h index ee52760549f..b04cbdb138c 100644 --- a/arch/x86/include/asm/ia32.h +++ b/arch/x86/include/asm/ia32.h @@ -144,6 +144,12 @@ typedef struct compat_siginfo {  			int _band;	/* POLL_IN, POLL_OUT, POLL_MSG */  			int _fd;  		} _sigpoll; + +		struct { +			unsigned int _call_addr; /* calling insn */ +			int _syscall;	/* triggering system call number */ +			unsigned int _arch;	/* AUDIT_ARCH_* of syscall */ +		} _sigsys;  	} _sifields;  } compat_siginfo_t;  |