projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c2628e
)
x86: sigframe.h: include headers for dependency
author
Hiroshi Shimamoto
<h-shimamoto@ct.jp.nec.com>
Thu, 18 Dec 2008 22:43:34 +0000
(14:43 -0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Thu, 18 Dec 2008 23:01:22 +0000
(15:01 -0800)
Impact: cleanup
Include following headers for dependency.
asm/sigcontext.h
asm/siginfo.h
asm/ucontext.h
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/sigframe.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/sigframe.h
b/arch/x86/include/asm/sigframe.h
index 3bd0f4276000cc5f1d7184a8785d92be325f544e..4e0fe26d27d341005a43f4d62608b57a1c33498b 100644
(file)
--- a/
arch/x86/include/asm/sigframe.h
+++ b/
arch/x86/include/asm/sigframe.h
@@
-1,6
+1,10
@@
#ifndef _ASM_X86_SIGFRAME_H
#define _ASM_X86_SIGFRAME_H
+#include <asm/sigcontext.h>
+#include <asm/siginfo.h>
+#include <asm/ucontext.h>
+
#ifdef CONFIG_X86_32
#define sigframe_ia32 sigframe
#define rt_sigframe_ia32 rt_sigframe