aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/sigcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/sigcontext.h')
-rw-r--r--arch/x86/include/asm/sigcontext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/sigcontext.h b/arch/x86/include/asm/sigcontext.h
index ee813f4fe5d5..0afcb5e58acc 100644
--- a/arch/x86/include/asm/sigcontext.h
+++ b/arch/x86/include/asm/sigcontext.h
@@ -1,5 +1,5 @@
1#ifndef ASM_X86__SIGCONTEXT_H 1#ifndef _ASM_X86_SIGCONTEXT_H
2#define ASM_X86__SIGCONTEXT_H 2#define _ASM_X86_SIGCONTEXT_H
3 3
4#include <linux/compiler.h> 4#include <linux/compiler.h>
5#include <asm/types.h> 5#include <asm/types.h>
@@ -281,4 +281,4 @@ struct _xstate {
281 /* new processor state extensions go here */ 281 /* new processor state extensions go here */
282}; 282};
283 283
284#endif /* ASM_X86__SIGCONTEXT_H */ 284#endif /* _ASM_X86_SIGCONTEXT_H */