Copied from mips/syscall.h. Signed-off-by: Ulrich Hecht <u...@suse.de> Signed-off-by: Andreas Färber <afaer...@suse.de> --- 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 { +/* Nasty hack: define a fake errno value for use by sigreturn. */ +#define TARGET_QEMU_ESIGRETURN 255 + #define UNAME_MACHINE "mips64" -- 1.7.7