linux-user: Use safe_syscall wrapper for sleep syscalls
commit9e518226f431454ce2d4d01051593b32515b3b55
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Jun 2016 18:58:09 +0000 (6 19:58 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Wed, 8 Jun 2016 07:13:46 +0000 (8 10:13 +0300)
treeece99c07f0e05571bbae8120963f94d1e35fefdb
parentb3f823306829a717b072548e630e0bd769706802
linux-user: Use safe_syscall wrapper for sleep syscalls

Use the safe_syscall wrapper for the clock_nanosleep and nanosleep
syscalls.

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