Module: wine Branch: master Commit: 552bc8aa4703b674747df36c591038da17c0c858 URL: https://source.winehq.org/git/wine.git/?a=commit;h=552bc8aa4703b674747df36c5... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jun 9 12:39:49 2020 +0200 ntdll: Move the wait on address implementation to the Unix library. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/loader.c | 2 - dlls/ntdll/ntdll_misc.h | 1 - dlls/ntdll/sync.c | 208 +---------------------------------------- dlls/ntdll/unix/loader.c | 4 +- dlls/ntdll/unix/server.c | 6 +- dlls/ntdll/unix/sync.c | 168 +++++++++++++++++++++++++++++++++ dlls/ntdll/unix/unix_private.h | 10 +- dlls/ntdll/unixlib.h | 7 +- 8 files changed, 186 insertions(+), 220 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=552bc8aa4703b674747df...