Re: [PATCH 1/8] linux-user: Combine do_futex and do_futex_time64
Le 29/08/2022 à 04:09, Richard Henderson a écrit : Pass a boolean to select between time32 and time64. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 67 1 file changed, 11 insertions(+), 56 deletions(-) Reviewed-by: Laurent Vivier
[PATCH 1/8] linux-user: Combine do_futex and do_futex_time64
Pass a boolean to select between time32 and time64. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 67 1 file changed, 11 insertions(+), 56 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index f409121202..a7e66d8d2