linux-user: Use safe_syscall wrapper for connect syscall
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Jun 2016 18:58:03 +0000 (19:58 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Wed, 8 Jun 2016 07:13:45 +0000 (10:13 +0300)
commit2a3c7619288af9cfcc09a233dce911bf80849dfb
tree8f2473c6c8d6750f6fac60f28905fe551268b58c
parent918c03ed9ac583eb9d5c33345a814291e1dd2e87
linux-user: Use safe_syscall wrapper for connect syscall

Use the safe_syscall wrapper for the connect syscall.

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