Alexandre Julliard : ntdll: Move some wait functions to the Unix library.
Module: wine Branch: master Commit: a18444984171ee86503d1250094965fb50a198ee URL: https://source.winehq.org/git/wine.git/?a=commit;h=a18444984171ee86503d12500... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jun 4 20:06:53 2020 +0200 ntdll: Move some wait functions to the Unix library. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/Makefile.in | 1 + dlls/ntdll/sync.c | 76 ++------------------- dlls/ntdll/unix/loader.c | 5 ++ dlls/ntdll/unix/sync.c | 167 +++++++++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/unixlib.h | 11 +++- 5 files changed, 189 insertions(+), 71 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a18444984171ee86503d1...
participants (1)
-
Alexandre Julliard