[RFC PATCH] ntdll: Swallow crashes once pthread_exit() has been called.

Chip Davis cdavis at codeweavers.com
Fri Dec 17 16:02:17 CST 2021


December 17, 2021 5:10 AM, "Giovanni Mascellani" <gmascellani at codeweavers.com> wrote:

> +        syscall(__NR_exit, 0);

This won't work on platforms other than Linux, and not just because only Linux has the __NR_* symbols for syscall numbers.

Chip



More information about the wine-devel mailing list