From: Andreas Färber Date: Thu, 29 Dec 2011 15:55:42 +0000 (+0100) Subject: linux-user: Define TARGET_QEMU_ESIGRETURN for mips64 X-Git-Tag: v1.1-rc0~435^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2aeb36a897c6de08e9ede9e318d5970855b4b8f3;p=thirdparty%2Fqemu.git linux-user: Define TARGET_QEMU_ESIGRETURN for mips64 Copied from mips/syscall.h. Signed-off-by: Khansa Butt Signed-off-by: Andreas Färber Signed-off-by: Riku Voipio --- diff --git a/linux-user/mips64/syscall.h b/linux-user/mips64/syscall.h index 668a2b95d48..e436ea57dc0 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"