From 2aeb36a897c6de08e9ede9e318d5970855b4b8f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Thu, 29 Dec 2011 16:55:42 +0100 Subject: linux-user: Define TARGET_QEMU_ESIGRETURN for mips64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Copied from mips/syscall.h. Signed-off-by: Khansa Butt Signed-off-by: Andreas Färber Signed-off-by: Riku Voipio --- linux-user/mips64/syscall.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux-user/mips64') diff --git a/linux-user/mips64/syscall.h b/linux-user/mips64/syscall.h index 668a2b9..e436ea5 100644 --- a/linux-user/mips64/syscall.h +++ b/linux-user/mips64/syscall.h @@ -218,4 +218,7 @@ struct target_pt_regs { +/* Nasty hack: define a fake errno value for use by sigreturn. */ +#define TARGET_QEMU_ESIGRETURN 255 + #define UNAME_MACHINE "mips64" -- cgit v1.1