Use sigsetjmp instead of setjmp in Wine internal exception handlers to
commit2e4f0bc9ba3d9983825cdeb32059e8267f0f697a
authorAlexandre Julliard <julliard@winehq.org>
Fri, 24 Oct 2003 04:30:13 +0000 (24 04:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 24 Oct 2003 04:30:13 +0000 (24 04:30 +0000)
tree4c3870a35b68f002bdc781e4931bf2762967168c
parentf9f37beb8a77f643f1df1de5e849e642eb61218c
Use sigsetjmp instead of setjmp in Wine internal exception handlers to
make sure the signal mask is restored properly.
dlls/kernel/fiber.c
dlls/ntdll/exception.c
include/wine/exception.h