Re: [PATCH v6 3/4] linux-user: Support futex_time64

2020-03-08 Thread Laurent Vivier
Le 06/03/2020 à 19:24, 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. In fact there are two definitions for futex: one to use as system call in TARGET_NR_exit (sy

[PATCH v6 3/4] linux-user: Support futex_time64

2020-03-06 Thread Alistair Francis
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 | 98 1 file changed, 80 insertions(+), 18 d