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 @@
-#ifndef ASM_X86__SIGCONTEXT32_H
-#define ASM_X86__SIGCONTEXT32_H
+#ifndef _ASM_X86_SIGCONTEXT32_H
+#define _ASM_X86_SIGCONTEXT32_H
/* signal context for 32bit programs. */
@@ -72,4 +72,4 @@ struct sigcontext_ia32 {
unsigned int cr2;
};
-#endif /* ASM_X86__SIGCONTEXT32_H */
+#endif /* _ASM_X86_SIGCONTEXT32_H */