| Submitter | riku.voipio@linaro.org |
|---|---|
| Date | Jan. 31, 2012, 9:29 a.m. |
| Message ID | <25fcb1a5107c6c4f99459aaaba84183051174d63.1328001769.git.riku.voipio@linaro.org> |
| Download | mbox | patch |
| Permalink | /patch/138730/ |
| State | New |
| Headers | show |
Comments
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"