ChangeSet ID: 9858 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/10/23 23:30:13
Modified files: include/wine : exception.h dlls/ntdll : exception.c dlls/kernel : fiber.c
Log message: Use sigsetjmp instead of setjmp in Wine internal exception handlers to make sure the signal mask is restored properly.
Patch: http://cvs.winehq.com/patch.py?id=9858
Old revision New revision Changes Path 1.24 1.25 +2 -2 wine/include/wine/exception.h 1.61 1.62 +1 -1 wine/dlls/ntdll/exception.c 1.1 1.2 +3 -3 wine/dlls/kernel/fiber.c