Re: [Qemu-devel] [PATCH v2 3/3] linux-user: Use safe_syscall wrapper for fcntl

2016-06-09 Thread Laurent Vivier
Le 09/06/2016 à 16:09, Peter Maydell a écrit : > 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)

[Qemu-devel] [PATCH v2 3/3] linux-user: Use safe_syscall wrapper for fcntl

2016-06-09 Thread Peter Maydell
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 --- linux-user/syscall.