May 6, 2026
9:03 a.m.
From: Marc-Aurel Zent <mzent@codeweavers.com> --- dlls/ntdll/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ntdll/sync.c b/dlls/ntdll/sync.c index 77845d34216..c49bd5bd1a4 100644 --- a/dlls/ntdll/sync.c +++ b/dlls/ntdll/sync.c @@ -835,7 +835,7 @@ struct futex_queue LONG lock; }; -static struct futex_queue futex_queues[256]; +static struct futex_queue futex_queues[1024]; static struct futex_queue *get_futex_queue( const void *addr ) { -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10829