aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mips/target_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/mips/target_syscall.h')
-rw-r--r--linux-user/mips/target_syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/mips/target_syscall.h b/linux-user/mips/target_syscall.h
index dd6fd7a..3e558fd 100644
--- a/linux-user/mips/target_syscall.h
+++ b/linux-user/mips/target_syscall.h
@@ -21,6 +21,8 @@ struct target_pt_regs {
};
/* Target errno definitions taken from asm-mips/errno.h */
+#undef TARGET_EWOULDBLOCK
+#define TARGET_EWOULDBLOCK TARGET_EAGAIN /* Operation would block */
#undef TARGET_ENOMSG
#define TARGET_ENOMSG 35 /* Identifier removed */
#undef TARGET_EIDRM