Alexandre Julliard : ntdll: Copy __wine_setjmpex/longjmp implementation to avoid importing winecrt0.

Alexandre Julliard julliard at winehq.org
Thu Sep 23 15:35:04 CDT 2021


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Sep 23 10:37:32 2021 +0200

ntdll: Copy __wine_setjmpex/longjmp implementation to avoid importing winecrt0.

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

---

 dlls/ntdll/Makefile.in          |  2 +-
 dlls/ntdll/unix/signal_arm.c    | 34 ++++++++++++++++++++++
 dlls/ntdll/unix/signal_arm64.c  | 49 +++++++++++++++++++++++++++++++
 dlls/ntdll/unix/signal_i386.c   | 31 ++++++++++++++++++++
 dlls/ntdll/unix/signal_x86_64.c | 64 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 179 insertions(+), 1 deletion(-)

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



More information about the wine-cvs mailing list