diff mbox

[17/19] linux-user: Define TARGET_QEMU_ESIGRETURN for mipsn32

Message ID 63249cb9ebaf327ecc30bac90c1625debcd759cd.1328280144.git.riku.voipio@linaro.org
State New
Headers show

Commit Message

Riku Voipio Feb. 3, 2012, 2:49 p.m. UTC
From: Andreas Färber <afaerber@suse.de>

Copied from mips/syscall.h.

Signed-off-by: Ulrich Hecht <uli@suse.de>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
---
 linux-user/mipsn32/syscall.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
diff mbox

Patch

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 {
 
 
 
+/* Nasty hack: define a fake errno value for use by sigreturn. */
+#define TARGET_QEMU_ESIGRETURN 255
+
 #define UNAME_MACHINE "mips64"