diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-06-13 11:22:05 +0100 |
---|---|---|
committer | Riku Voipio <riku.voipio@linaro.org> | 2016-06-26 13:17:20 +0300 |
commit | 435da5e7092aa54e12044b9401b42c4a9333c74d (patch) | |
tree | c50efa56bc6ca7d44ab10137be7924576240a16c /linux-user/qemu.h | |
parent | 213d3e9ea27f7fc55db7272c05255294b52ed3e4 (diff) | |
download | qemu-435da5e7092aa54e12044b9401b42c4a9333c74d.zip qemu-435da5e7092aa54e12044b9401b42c4a9333c74d.tar.gz qemu-435da5e7092aa54e12044b9401b42c4a9333c74d.tar.bz2 |
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/qemu.h')
0 files changed, 0 insertions, 0 deletions