linux-user: Use safe_syscall wrapper for readv and writev syscalls
commit918c03ed9ac583eb9d5c33345a814291e1dd2e87
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Jun 2016 18:58:02 +0000 (6 19:58 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Wed, 8 Jun 2016 07:13:45 +0000 (8 10:13 +0300)
tree1154f0bb6289642ea1cd86f21c6f640623f7a90e
parent977d8241c10de4160a9377efd496395c98b7dee9
linux-user: Use safe_syscall wrapper for readv and writev syscalls

Use the safe_syscall wrapper for readv and writev syscalls.

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