From: Richard Henderson Date: Mon, 29 Aug 2022 02:10:01 +0000 (-0700) Subject: linux-user: Implement FUTEX_WAKE_BITSET X-Git-Tag: v7.2.0-rc0~69^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6180f8aede726c1648b1ae3a602058c93f859c8;p=thirdparty%2Fqemu.git linux-user: Implement FUTEX_WAKE_BITSET Signed-off-by: Richard Henderson Reviewed-by: Laurent Vivier Message-Id: <20220829021006.67305-4-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier --- diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 17e17f48045..e2b6b564e6c 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -7789,6 +7789,7 @@ static int do_futex(CPUState *cpu, bool time64, target_ulong uaddr, val = tswap32(val); break; case FUTEX_WAKE: + case FUTEX_WAKE_BITSET: timeout = 0; break; case FUTEX_FD: