mirror of https://gitee.com/openkylin/linux.git
x86: headers cleanup - sigcontext32.h
Impact: cleanup 'make headers_check' warn us about lack of linux/types.h here. Lets add it. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
444027031c
commit
a7c4e68615
|
@ -1,6 +1,8 @@
|
||||||
#ifndef _ASM_X86_SIGCONTEXT32_H
|
#ifndef _ASM_X86_SIGCONTEXT32_H
|
||||||
#define _ASM_X86_SIGCONTEXT32_H
|
#define _ASM_X86_SIGCONTEXT32_H
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
/* signal context for 32bit programs. */
|
/* signal context for 32bit programs. */
|
||||||
|
|
||||||
#define X86_FXSR_MAGIC 0x0000
|
#define X86_FXSR_MAGIC 0x0000
|
||||||
|
|
Loading…
Reference in New Issue