From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtKSM-0007tw-Sc for qemu-devel@nongnu.org; Fri, 03 Feb 2012 09:49:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtKSF-0001V9-K7 for qemu-devel@nongnu.org; Fri, 03 Feb 2012 09:49:42 -0500 Received: from afflict.kos.to ([92.243.29.197]:49800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtKSF-0001TV-5m 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:30 +0200 Message-Id: <63249cb9ebaf327ecc30bac90c1625debcd759cd.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 17/19] linux-user: Define TARGET_QEMU_ESIGRETURN for mipsn32 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: Ulrich Hecht Signed-off-by: Andreas F=C3=A4rber Signed-off-by: Riku Voipio --- linux-user/mipsn32/syscall.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/linux-user/mipsn32/syscall.h b/linux-user/mipsn32/syscall.h index 4ec506c..ebe98f2 100644 --- a/linux-user/mipsn32/syscall.h +++ b/linux-user/mipsn32/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