March 13, 2026
5: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