Alexandre Julliard : ntdll: Move the syscall dispatcher implementation to the platform-specific files.

Alexandre Julliard julliard at winehq.org
Thu Aug 26 15:22:30 CDT 2021


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Aug 25 18:25:15 2021 +0200

ntdll: Move the syscall dispatcher implementation to the platform-specific files.

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

---

 dlls/ntdll/unix/signal_arm.c    |  73 +++++++
 dlls/ntdll/unix/signal_arm64.c  | 127 +++++++++++
 dlls/ntdll/unix/signal_i386.c   | 131 ++++++++++-
 dlls/ntdll/unix/signal_x86_64.c | 142 ++++++++++++
 tools/winebuild/import.c        | 466 ----------------------------------------
 5 files changed, 472 insertions(+), 467 deletions(-)

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



More information about the wine-cvs mailing list