summaryrefslogtreecommitdiff
path: root/arch/um/sys-i386/stub_segv.c
diff options
context:
space:
mode:
authorAl Viro <viro@parcelfarce.linux.theplanet.co.uk>2005-09-03 22:57:43 (GMT)
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-05 07:06:23 (GMT)
commit30f7dabb083f8ff4ce541b5ac4e5d70cc173051a (patch)
treed4d457762926f694e6d12db8ff781d04ca31172d /arch/um/sys-i386/stub_segv.c
parente32dacb9f481fd6decb41adb28e720c923d34f54 (diff)
downloadlinux-fsl-qoriq-30f7dabb083f8ff4ce541b5ac4e5d70cc173051a.tar.xz
[PATCH] uml: build cleanups
Added missing include list to uml AFLAGS Killed magic for stubs. [So] - it was needed only because of messed AFLAGS Switched segv_stubs.c to kernel CFLAGS sans profile, instead of user ones Killed STUBS_CFLAGS - it's not needed and the only remaining use had been gratitious - it only polluted CFLAGS Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/sys-i386/stub_segv.c')
-rw-r--r--arch/um/sys-i386/stub_segv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/um/sys-i386/stub_segv.c b/arch/um/sys-i386/stub_segv.c
index 68aeabe..1e88b27 100644
--- a/arch/um/sys-i386/stub_segv.c
+++ b/arch/um/sys-i386/stub_segv.c
@@ -3,8 +3,7 @@
* Licensed under the GPL
*/
-#include <signal.h>
-#include <asm/sigcontext.h>
+#include <asm/signal.h>
#include <asm/unistd.h>
#include "uml-config.h"
#include "sysdep/sigcontext.h"