From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgIMZ-0000Sd-NU for qemu-devel@nongnu.org; Thu, 29 Dec 2011 10:57:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RgIMW-0003dl-Ni for qemu-devel@nongnu.org; Thu, 29 Dec 2011 10:57:51 -0500 Received: from cantor2.suse.de ([195.135.220.15]:59556 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgIMW-0003dF-Hu for qemu-devel@nongnu.org; Thu, 29 Dec 2011 10:57:48 -0500 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Thu, 29 Dec 2011 16:55:42 +0100 Message-Id: <1325174149-8077-5-git-send-email-afaerber@suse.de> In-Reply-To: <1325174149-8077-1-git-send-email-afaerber@suse.de> References: <1325174149-8077-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 04/11] 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: Riku Voipio , Khansa Butt , =?UTF-8?q?Andreas=20F=C3=A4rber?= Copied from mips/syscall.h. Signed-off-by: Khansa Butt Signed-off-by: Andreas F=C3=A4rber --- 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.7