diff options
Diffstat (limited to 'arch/x86/include/asm/sigframe.h')
-rw-r--r-- | arch/x86/include/asm/sigframe.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/sigframe.h b/arch/x86/include/asm/sigframe.h index 3bd0f4276000..4e0fe26d27d3 100644 --- a/arch/x86/include/asm/sigframe.h +++ b/arch/x86/include/asm/sigframe.h | |||
@@ -1,6 +1,10 @@ | |||
1 | #ifndef _ASM_X86_SIGFRAME_H | 1 | #ifndef _ASM_X86_SIGFRAME_H |
2 | #define _ASM_X86_SIGFRAME_H | 2 | #define _ASM_X86_SIGFRAME_H |
3 | 3 | ||
4 | #include <asm/sigcontext.h> | ||
5 | #include <asm/siginfo.h> | ||
6 | #include <asm/ucontext.h> | ||
7 | |||
4 | #ifdef CONFIG_X86_32 | 8 | #ifdef CONFIG_X86_32 |
5 | #define sigframe_ia32 sigframe | 9 | #define sigframe_ia32 sigframe |
6 | #define rt_sigframe_ia32 rt_sigframe | 10 | #define rt_sigframe_ia32 rt_sigframe |