diff options
author | Peter Maydell | 2016-06-13 12:22:05 +0200 |
---|---|---|
committer | Riku Voipio | 2016-06-26 12:17:20 +0200 |
commit | 435da5e7092aa54e12044b9401b42c4a9333c74d (patch) | |
tree | c50efa56bc6ca7d44ab10137be7924576240a16c /linux-user/signal.c | |
parent | linux-user: Use __get_user() and __put_user() to handle structs in do_fcntl() (diff) | |
download | qemu-435da5e7092aa54e12044b9401b42c4a9333c74d.tar.gz qemu-435da5e7092aa54e12044b9401b42c4a9333c74d.tar.xz qemu-435da5e7092aa54e12044b9401b42c4a9333c74d.zip |
linux-user: Use safe_syscall wrapper for fcntl
Use the safe_syscall wrapper for fcntl. This is straightforward now
that we always use 'struct fcntl64' on the host, as we don't need
to select whether to call the host's fcntl64 or fcntl syscall
(a detail that the libc previously hid for us).
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'linux-user/signal.c')
0 files changed, 0 insertions, 0 deletions