]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Use safe_syscall wrapper for accept and accept4 syscalls
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Jun 2016 18:58:13 +0000 (19:58 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Wed, 8 Jun 2016 07:13:46 +0000 (10:13 +0300)
commitff6dc130794bcd5b2033bc50262a7720285a74c7
tree5a67fe1cb59f6e9d88689ba1688e8ce07cdb9bd2
parentffb7ee796ae83b1e4b3c108f8615d54b53872c68
linux-user: Use safe_syscall wrapper for accept and accept4 syscalls

Use the safe_syscall wrapper for the accept and accept4 syscalls.
accept4 has been in the kernel since 2.6.28 so we can assume it
is always present.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/syscall.c