kernel32: Don't save the signal mask in sigsetjmp.
commitb1789fc73f6a4816c234e2bfb22a8a7271d80fab
authorAlexandre Julliard <julliard@winehq.org>
Tue, 12 Feb 2008 21:39:54 +0000 (12 22:39 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 12 Feb 2008 21:39:54 +0000 (12 22:39 +0100)
tree9e151972139894dbfa1583dc6e9da9596b3bfe27
parent78fba54ab791f8ed6d68305869b18403d08011e0
kernel32: Don't save the signal mask in sigsetjmp.

This shouldn't be needed anymore now that exceptions are not handled
on the signal stack, and signal mask handling is broken on Mac OS.
dlls/kernel32/fiber.c
include/wine/exception.h