aboutsummaryrefslogtreecommitdiff
path: root/linux-user/alpha/target_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/alpha/target_syscall.h')
-rw-r--r--linux-user/alpha/target_syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/alpha/target_syscall.h b/linux-user/alpha/target_syscall.h
index fd389422e3..4e6f936056 100644
--- a/linux-user/alpha/target_syscall.h
+++ b/linux-user/alpha/target_syscall.h
@@ -44,6 +44,8 @@ struct target_pt_regs {
#define UNAME_MACHINE "alpha"
#define UNAME_MINIMUM_RELEASE "2.6.32"
+#undef TARGET_EWOULDBLOCK
+#define TARGET_EWOULDBLOCK TARGET_EAGAIN /* Operation would block */
#undef TARGET_EDEADLK
#define TARGET_EDEADLK 11
#undef TARGET_EAGAIN