diff options
Diffstat (limited to 'arch/x86/include/asm/sigcontext.h')
-rw-r--r-- | arch/x86/include/asm/sigcontext.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/sigcontext.h b/arch/x86/include/asm/sigcontext.h index ee813f4fe5d..0afcb5e58ac 100644 --- a/arch/x86/include/asm/sigcontext.h +++ b/arch/x86/include/asm/sigcontext.h @@ -1,5 +1,5 @@ -#ifndef ASM_X86__SIGCONTEXT_H -#define ASM_X86__SIGCONTEXT_H +#ifndef _ASM_X86_SIGCONTEXT_H +#define _ASM_X86_SIGCONTEXT_H #include <linux/compiler.h> #include <asm/types.h> @@ -281,4 +281,4 @@ struct _xstate { /* new processor state extensions go here */ }; -#endif /* ASM_X86__SIGCONTEXT_H */ +#endif /* _ASM_X86_SIGCONTEXT_H */ |