ntdll: Move the futex-based condition variable implementation to the Unix library.
commit509ad75adbca85d606a3bd8bba727abf0751cebc
authorAlexandre Julliard <julliard@winehq.org>
Tue, 9 Jun 2020 10:38:37 +0000 (9 12:38 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 9 Jun 2020 13:47:30 +0000 (9 15:47 +0200)
tree21be5cf224e05d85f1c865279d07af0b707118e6
parent246dedaa091308f140a3cac41845f5e978492e37
ntdll: Move the futex-based condition variable implementation to the Unix library.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/sync.c
dlls/ntdll/unix/loader.c
dlls/ntdll/unix/sync.c
dlls/ntdll/unix/unix_private.h
dlls/ntdll/unixlib.h