[Git][wine/wine][master] 5 commits: ntdll: Use a consistent code pattern in all signal handler functions.
Alexandre Julliard pushed to branch master at wine / wine Commits: 1e68b545 by Alexandre Julliard at 2026-04-30T16:37:52+02:00 ntdll: Use a consistent code pattern in all signal handler functions. - - - - - dbccecf1 by Alexandre Julliard at 2026-04-30T22:08:47+02:00 ntdll: Pass the thread data structure to signal handling helpers. - - - - - 60500636 by Alexandre Julliard at 2026-04-30T22:08:47+02:00 ntdll: Pass the thread data structure to inline helper functions. - - - - - 05a157cf by Alexandre Julliard at 2026-04-30T22:08:47+02:00 ntdll: Return the thread data structure from init_handler() on i386. - - - - - a85fe806 by Alexandre Julliard at 2026-04-30T22:08:47+02:00 ntdll: Return the thread data structure from init_handler() on x86-64. - - - - - 6 changed files: - dlls/ntdll/unix/signal_arm.c - dlls/ntdll/unix/signal_arm64.c - dlls/ntdll/unix/signal_i386.c - dlls/ntdll/unix/signal_x86_64.c - dlls/ntdll/unix/unix_private.h - dlls/ntdll/unix/virtual.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8310a70281132c7acd1cb366482dfa... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8310a70281132c7acd1cb366482dfa... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)