aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/sigcontext32.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/sigcontext32.h')
-rw-r--r--arch/x86/include/asm/sigcontext32.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/sigcontext32.h b/arch/x86/include/asm/sigcontext32.h
index 8c347032c2f2..6126188cf3a9 100644
--- a/arch/x86/include/asm/sigcontext32.h
+++ b/arch/x86/include/asm/sigcontext32.h
@@ -1,5 +1,5 @@
1#ifndef ASM_X86__SIGCONTEXT32_H 1#ifndef _ASM_X86_SIGCONTEXT32_H
2#define ASM_X86__SIGCONTEXT32_H 2#define _ASM_X86_SIGCONTEXT32_H
3 3
4/* signal context for 32bit programs. */ 4/* signal context for 32bit programs. */
5 5
@@ -72,4 +72,4 @@ struct sigcontext_ia32 {
72 unsigned int cr2; 72 unsigned int cr2;
73}; 73};
74 74
75#endif /* ASM_X86__SIGCONTEXT32_H */ 75#endif /* _ASM_X86_SIGCONTEXT32_H */