diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-06-06 19:58:05 +0100 |
---|---|---|
committer | Riku Voipio <riku.voipio@linaro.org> | 2016-06-08 10:13:45 +0300 |
commit | 89f9fe4452848386e9d0aacd84ac681944051b78 (patch) | |
tree | 9b4cca124f7540b4fd469f875a23d9e8f90bf0c2 /linux-user/safe-syscall.S | |
parent | 666875306e03e1f94e1d4c808502585c10abc69a (diff) |
linux-user: Use safe_syscall wrapper for msgsnd and msgrcv
Use the safe_syscall wrapper for msgsnd and msgrcv syscalls.
This is made slightly awkward by some host architectures providing
only a single 'ipc' syscall rather than separate syscalls per
operation; we provide safe_msgsnd() and safe_msgrcv() as wrappers
around safe_ipc() to handle this if needed.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'linux-user/safe-syscall.S')
0 files changed, 0 insertions, 0 deletions