On 12 July 2018 at 08:18, Laurent Vivier wrote:
> Le 28/06/2016 à 21:12, riku.voi...@linaro.org a écrit :
>> From: 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 c
Le 28/06/2016 à 21:12, riku.voi...@linaro.org a écrit :
> From: 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 tha