Alexandre Julliard : ntdll: Move the mmap reserved area functions to the Unix library.
Module: wine Branch: master Commit: 625209433fa82e233a828329e9e109602f9c0ef0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=625209433fa82e233a828329e... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Sun May 17 11:04:47 2020 +0200 ntdll: Move the mmap reserved area functions to the Unix library. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/unix/loader.c | 12 +++++++---- dlls/ntdll/unix/unix_private.h | 6 ++++++ dlls/ntdll/unix/virtual.c | 42 ++++++++++++++++++++++++++++++++---- dlls/ntdll/unixlib.h | 10 +++++++-- dlls/ntdll/virtual.c | 48 +++++++++++++++++++++--------------------- 5 files changed, 84 insertions(+), 34 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=625209433fa82e233a828...
participants (1)
-
Alexandre Julliard