Le 13/03/2020 à 23:13, Alistair Francis a écrit :
> On Fri, Mar 13, 2020 at 3:12 PM Alistair Francis wrote:
>>
>> On Fri, Mar 13, 2020 at 1:14 AM Laurent Vivier wrote:
>>>
>>> Le 12/03/2020 à 23:13, Alistair Francis a écrit :
Add support for host and target futex_time64. If futex_time64 exis
On Fri, Mar 13, 2020 at 1:14 AM Laurent Vivier wrote:
>
> Le 12/03/2020 à 23:13, Alistair Francis a écrit :
> > Add support for host and target futex_time64. If futex_time64 exists on
> > the host we try that first before falling back to the standard futux
> > syscall.
> >
> > Signed-off-by: Alist
On Fri, Mar 13, 2020 at 3:12 PM Alistair Francis wrote:
>
> On Fri, Mar 13, 2020 at 1:14 AM Laurent Vivier wrote:
> >
> > Le 12/03/2020 à 23:13, Alistair Francis a écrit :
> > > Add support for host and target futex_time64. If futex_time64 exists on
> > > the host we try that first before falling
Le 12/03/2020 à 23:13, Alistair Francis a écrit :
> Add support for host and target futex_time64. If futex_time64 exists on
> the host we try that first before falling back to the standard futux
> syscall.
>
> Signed-off-by: Alistair Francis
> ---
> linux-user/syscall.c | 144 +++
Add support for host and target futex_time64. If futex_time64 exists on
the host we try that first before falling back to the standard futux
syscall.
Signed-off-by: Alistair Francis
---
linux-user/syscall.c | 144 +++
1 file changed, 131 insertions(+), 13