mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
linux-user: Implement FUTEX_WAKE_BITSET
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20220829021006.67305-4-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
57b9ccd4c0
commit
a6180f8aed
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue