linux-user: Use safe_syscall wrapper for send* and recv* syscalls
commit666875306e03e1f94e1d4c808502585c10abc69a
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Jun 2016 18:58:04 +0000 (6 19:58 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Wed, 8 Jun 2016 07:13:45 +0000 (8 10:13 +0300)
tree46f90c7eae8a10626ea3f10eb349f043301c5779
parent2a3c7619288af9cfcc09a233dce911bf80849dfb
linux-user: Use safe_syscall wrapper for send* and recv* syscalls

Use the safe_syscall wrapper for the send, sendto, sendmsg, recv,
recvfrom and recvmsg syscalls.

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