Alexandre Julliard : ntdll: Move the virtual memory functions to the Unix library.

Alexandre Julliard julliard at winehq.org
Tue Jun 2 16:34:11 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun  2 17:08:59 2020 +0200

ntdll: Move the virtual memory functions to the Unix library.

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

---

 dlls/ntdll/file.c              |   18 +-
 dlls/ntdll/loader.c            |   12 +-
 dlls/ntdll/nt.c                |    2 +-
 dlls/ntdll/signal_arm.c        |    4 +-
 dlls/ntdll/signal_arm64.c      |    4 +-
 dlls/ntdll/signal_i386.c       |   22 +-
 dlls/ntdll/signal_powerpc.c    |    4 +-
 dlls/ntdll/signal_x86_64.c     |   10 +-
 dlls/ntdll/thread.c            |   12 +-
 dlls/ntdll/unix/loader.c       |   43 +-
 dlls/ntdll/unix/server.c       |    2 +-
 dlls/ntdll/unix/thread.c       |   19 -
 dlls/ntdll/unix/unix_private.h |   28 +-
 dlls/ntdll/unix/virtual.c      | 3897 +++++++++++++++++++++++++++++++++++++++-
 dlls/ntdll/unixlib.h           |   63 +-
 dlls/ntdll/virtual.c           | 3801 ++-------------------------------------
 16 files changed, 4134 insertions(+), 3807 deletions(-)

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



More information about the wine-cvs mailing list