Alexandre Julliard : ntdll: Move some more thread functions to the Unix library.
Module: wine Branch: master Commit: 4d70266274c1102c385dd00303d312d94453d19b URL: https://source.winehq.org/git/wine.git/?a=commit;h=4d70266274c1102c385dd0030... Author: Alexandre Julliard <julliard(a)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(a)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=4d70266274c1102c385dd...
participants (1)
-
Alexandre Julliard