]> Git Repo - qemu.git/commit
linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
authorPhilippe Mathieu-Daudé <[email protected]>
Sun, 4 Jul 2021 18:37:46 +0000 (20:37 +0200)
committerLaurent Vivier <[email protected]>
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é <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <20210704183755[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
linux-user/mips/target_syscall.h
linux-user/mips64/target_syscall.h
This page took 0.02609 seconds and 4 git commands to generate.