Alexandre Julliard : ntdll: Move some wait functions to the Unix library.

Alexandre Julliard julliard at winehq.org
Thu Jun 4 16:08:01 CDT 2020


Module: wine
Branch: master
Commit: a18444984171ee86503d1250094965fb50a198ee
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a18444984171ee86503d1250094965fb50a198ee

Author: Alexandre Julliard <julliard at 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 at 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=a18444984171ee86503d1250094965fb50a198ee



More information about the wine-cvs mailing list