Module: wine Branch: master Commit: 39915c9bc42f17619b1d2c46e6b3aea485c471a0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=39915c9bc42f17619b1d2c46e...
Author: Alexandre Julliard julliard@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@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=39915c9bc42f17619b1d2...