commit | 666875306e03e1f94e1d4c808502585c10abc69a | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Jun 06 19:58:04 2016 +0100 |
committer | Riku Voipio <riku.voipio@linaro.org> | Wed Jun 08 10:13:45 2016 +0300 |
tree | 46f90c7eae8a10626ea3f10eb349f043301c5779 | |
parent | 2a3c7619288af9cfcc09a233dce911bf80849dfb [diff] |
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>