]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 4 Jul 2021 18:37:46 +0000 (20:37 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 7 Jul 2021 19:26:46 +0000 (21:26 +0200)
commitbc3359f7395bbc0a50ac1499948a028b885a207c
treee33f8b330392e9b61ad7bdcafad5a3d2d6a16d11
parentdb10481c00e5787c57523579c2571791a5bffb38
linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN

Linux kernel defines EWOULDBLOCK as EAGAIN (since before v2.6.12-rc2).

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210704183755.655002-4-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/mips/target_syscall.h
linux-user/mips64/target_syscall.h