Alexandre Julliard : ntdll: Move the thread startup code to the Unix library.

Alexandre Julliard julliard at winehq.org
Wed Jun 3 16:40:55 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun  3 16:32:02 2020 +0200

ntdll: Move the thread startup code to the Unix library.

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

---

 dlls/ntdll/ntdll_misc.h         |  26 ----
 dlls/ntdll/process.c            |   2 +-
 dlls/ntdll/server.c             |   2 +-
 dlls/ntdll/signal_arm.c         | 106 ---------------
 dlls/ntdll/signal_arm64.c       | 144 ---------------------
 dlls/ntdll/signal_i386.c        | 276 ----------------------------------------
 dlls/ntdll/signal_powerpc.c     |  90 -------------
 dlls/ntdll/signal_x86_64.c      | 130 -------------------
 dlls/ntdll/thread.c             |  74 ++++++++++-
 dlls/ntdll/unix/loader.c        |   3 +-
 dlls/ntdll/unix/signal_arm.c    |  63 +++++++++
 dlls/ntdll/unix/signal_arm64.c  | 103 +++++++++++++++
 dlls/ntdll/unix/signal_i386.c   |  88 +++++++++++++
 dlls/ntdll/unix/signal_x86_64.c |  84 ++++++++++++
 dlls/ntdll/unix/thread.c        |  33 ++++-
 dlls/ntdll/unix/unix_private.h  |   8 +-
 dlls/ntdll/unix/virtual.c       |  15 +++
 dlls/ntdll/unixlib.h            |   5 +-
 dlls/ntdll/virtual.c            |  27 ----
 19 files changed, 467 insertions(+), 812 deletions(-)

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



More information about the wine-cvs mailing list