Alexandre Julliard : ntdll: Move the semaphore functions to the Unix library.

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


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun  4 20:19:37 2020 +0200

ntdll: Move the semaphore functions to the Unix library.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/sync.c        |  87 ++------------------
 dlls/ntdll/unix/loader.c |   4 +
 dlls/ntdll/unix/sync.c   | 209 +++++++++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unixlib.h     |   9 +-
 4 files changed, 227 insertions(+), 82 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=39915c9bc42f17619b1d2c46e6b3aea485c471a0



More information about the wine-cvs mailing list