Re: [PATCH v2 0/1] MR10330: ntdll: Implement syscall emulation on Linux using Syscall User Dispatch.
March 13, 2026
10:01 p.m.
Alfred Agrell (@Alcaro) commented about dlls/ntdll/unix/signal_x86_64.c:
}
-#ifdef __APPLE__ +#if defined(__APPLE__) || defined(PR_SET_SYSCALL_USER_DISPATCH) /********************************************************************** * sigsys_handler * * Handler for SIGSYS, signals that a non-existent system call was invoked. * Only called on macOS 14 Sonoma and later. Update this comment maybe?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10330#note_132226
14
Age (days ago)
14
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alfred Agrell (@Alcaro)