Module: wine Branch: master Commit: 246dedaa091308f140a3cac41845f5e978492e37 URL: https://source.winehq.org/git/wine.git/?a=commit;h=246dedaa091308f140a3cac41...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 9 12:35:01 2020 +0200
ntdll: Move the futex-based SRW lock implementation to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/sync.c | 307 +----------------------------------- dlls/ntdll/unix/loader.c | 6 + dlls/ntdll/unix/sync.c | 345 +++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/unix/unix_private.h | 7 + dlls/ntdll/unixlib.h | 10 +- 5 files changed, 373 insertions(+), 302 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=246dedaa091308f140a3c...