summaryrefslogtreecommitdiffstats
path: root/linux-user/signal.c
diff options
context:
space:
mode:
authorPeter Maydell2016-06-13 12:22:05 +0200
committerRiku Voipio2016-06-26 12:17:20 +0200
commit435da5e7092aa54e12044b9401b42c4a9333c74d (patch)
treec50efa56bc6ca7d44ab10137be7924576240a16c /linux-user/signal.c
parentlinux-user: Use __get_user() and __put_user() to handle structs in do_fcntl() (diff)
downloadqemu-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