Alexandre Julliard : ntdll: Move the thread get/set information functions to the Unix library.

Alexandre Julliard julliard at winehq.org
Thu Jun 18 15:33:36 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 18 12:37:50 2020 +0200

ntdll: Move the thread get/set information functions to the Unix library.

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

---

 dlls/ntdll/loader.c             |   5 +-
 dlls/ntdll/ntdll_misc.h         |   1 -
 dlls/ntdll/process.c            |   7 -
 dlls/ntdll/thread.c             | 436 +--------------------------------------
 dlls/ntdll/unix/loader.c        |   4 +-
 dlls/ntdll/unix/signal_arm.c    |   2 +-
 dlls/ntdll/unix/signal_arm64.c  |   2 +-
 dlls/ntdll/unix/signal_i386.c   |   2 +-
 dlls/ntdll/unix/signal_x86_64.c |   2 +-
 dlls/ntdll/unix/thread.c        | 440 +++++++++++++++++++++++++++++++++++++++-
 dlls/ntdll/unix/unix_private.h  |   5 +-
 dlls/ntdll/unix/virtual.c       |  73 +++++--
 dlls/ntdll/unixlib.h            |   8 +-
 13 files changed, 514 insertions(+), 473 deletions(-)

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



More information about the wine-cvs mailing list