projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcefb39
)
[PATCH] x86_64: signal.c build fix
author
Oliver Korpilla
<Oliver.Korpilla@gmx.de>
Fri, 27 May 2005 19:52:55 +0000
(12:52 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sat, 28 May 2005 18:13:59 +0000
(11:13 -0700)
For unspecified reasons, arch/x86_64/kernel/signal.c apparently needs
ia32_unistd.h.
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/signal.c
patch
|
blob
|
history
diff --git
a/arch/x86_64/kernel/signal.c
b/arch/x86_64/kernel/signal.c
index 3fdcdba0fec5f8ebf758170f4a62b1d3f41135e8..429c0269dc4e300abcf8efcb3c7a806c7ffb86a6 100644
(file)
--- a/
arch/x86_64/kernel/signal.c
+++ b/
arch/x86_64/kernel/signal.c
@@
-28,6
+28,7
@@
#include <asm/uaccess.h>
#include <asm/i387.h>
#include <asm/proto.h>
+#include <asm/ia32_unistd.h>
/* #define DEBUG_SIG 1 */