From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtKSR-0008A5-U5 for qemu-devel@nongnu.org; Fri, 03 Feb 2012 09:49:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtKSF-0001VT-TF for qemu-devel@nongnu.org; Fri, 03 Feb 2012 09:49:47 -0500 Received: from afflict.kos.to ([92.243.29.197]:49809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtKSF-0001Uq-Is for qemu-devel@nongnu.org; Fri, 03 Feb 2012 09:49:35 -0500 From: riku.voipio@linaro.org Date: Fri, 3 Feb 2012 16:49:31 +0200 Message-Id: <2aeb36a897c6de08e9ede9e318d5970855b4b8f3.1328280144.git.riku.voipio@linaro.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 18/19] linux-user: Define TARGET_QEMU_ESIGRETURN for mips64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= From: Andreas F=C3=A4rber Copied from mips/syscall.h. Signed-off-by: Khansa Butt Signed-off-by: Andreas F=C3=A4rber Signed-off-by: Riku Voipio --- linux-user/mips64/syscall.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) 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 { =20 =20 =20 +/* Nasty hack: define a fake errno value for use by sigreturn. */ +#define TARGET_QEMU_ESIGRETURN 255 + #define UNAME_MACHINE "mips64" --=20 1.7.5.4