linux-user: Use safe_syscall wrapper for mq_timedsend and mq_timedreceive
commitd40ecd66182c9dbcf320c63a359917968cc9b73c
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Jun 2016 18:58:06 +0000 (6 19:58 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Wed, 8 Jun 2016 07:13:46 +0000 (8 10:13 +0300)
tree37dd4418c7795a3d402b42a2e45873548dbaa876
parent89f9fe4452848386e9d0aacd84ac681944051b78
linux-user: Use safe_syscall wrapper for mq_timedsend and mq_timedreceive

Use the safe_syscall wrapper for mq_timedsend and mq_timedreceive syscalls.

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