ntdll: Fix leave_handler for FreeBSD and NetBSD.
commit4ae4accac55e5e0e1e1a2cf8efc93634f8bb82e1
authorGerald Pfeifer <gerald@pfeifer.com>
Fri, 15 Sep 2023 02:55:28 +0000 (15 02:55 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 15 Sep 2023 10:07:03 +0000 (15 12:07 +0200)
treece71fb0c8702099ed51aefda3228c90731c8625e
parente1f0318ec4fe83fdc86407303d55f4ee5ba3d2e7
ntdll: Fix leave_handler for FreeBSD and NetBSD.

With recent changes leave_handler writes to some of its parameter's
fields (via DS_sig and ES_sig) on FreeBSD and NetBSD - which fails
since it is declared const. Accordingly strip const-ness.
dlls/ntdll/unix/signal_x86_64.c