linux-user: Use safe_syscall wrapper for rt_sigtimedwait syscall
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Jun 2016 18:58:08 +0000 (19:58 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Wed, 8 Jun 2016 07:13:46 +0000 (10:13 +0300)
commitb3f823306829a717b072548e630e0bd769706802
treeba819e4bf9b7aa5927175ddcc950d3e753278ee8
parent2a8459892f83ad563efc8a3b29db766ebe986447
linux-user: Use safe_syscall wrapper for rt_sigtimedwait syscall

Use the safe_syscall wrapper for the rt_sigtimedwait syscall.

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