From 789babf1e4e327e47fe013ee96214f246977321b Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Mon, 3 Nov 2008 06:22:00 +0000 Subject: 20081103-0621 --- emu/Linux/os.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emu') diff --git a/emu/Linux/os.c b/emu/Linux/os.c index c6a0b559..49aec7e5 100644 --- a/emu/Linux/os.c +++ b/emu/Linux/os.c @@ -16,6 +16,10 @@ #include #define getpid() syscall(SYS_getpid) +/* temporarily suppress CLONE_PTRACE so it works on broken Linux kernels */ +#undef CLONE_PTRACE +#define CLONE_PTRACE 0 + enum { DELETE = 0x7f, -- cgit v1.2.3