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

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


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun  9 12:34:37 2020 +0200

ntdll: Move some more thread functions to the Unix library.

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

---

 dlls/ntdll/thread.c            |  80 +++---------------------
 dlls/ntdll/unix/loader.c       |   8 ++-
 dlls/ntdll/unix/thread.c       | 134 ++++++++++++++++++++++++++++++++++++++++-
 dlls/ntdll/unix/unix_private.h |   2 +-
 dlls/ntdll/unixlib.h           |  11 +++-
 5 files changed, 157 insertions(+), 78 deletions(-)

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



More information about the wine-cvs mailing list