| Submitter | Andreas Färber |
|---|---|
| Date | Dec. 29, 2011, 3:55 p.m. |
| Message ID | <1325174149-8077-5-git-send-email-afaerber@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/133564/ |
| State | New |
| Headers | show |
Comments
Patch
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 { +/* Nasty hack: define a fake errno value for use by sigreturn. */ +#define TARGET_QEMU_ESIGRETURN 255 + #define UNAME_MACHINE "mips64"