linux-user: Define TARGET_QEMU_ESIGRETURN for mipsn32

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>
This commit is contained in:
Andreas Färber 2011-12-29 16:55:41 +01:00 committed by Riku Voipio
parent 10ecb3f665
commit 63249cb9eb
1 changed files with 3 additions and 0 deletions

View File

@ -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"