Alexandre Julliard : ntdll: Move the wait on address implementation to the Unix library.

Alexandre Julliard julliard at winehq.org
Tue Jun 9 15:27:46 CDT 2020


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

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



More information about the wine-cvs mailing list