* exceptions.c (sigpacket::process): Set tls on return since it is assumed to
be set to a valid value by the caller.
This commit is contained in:
parent
412ec1f444
commit
4ff5152887
@ -1,3 +1,8 @@
|
||||
2008-11-28 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
* exceptions.c (sigpacket::process): Set tls on return since it is
|
||||
assumed to be set to a valid value by the caller.
|
||||
|
||||
2008-11-28 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
* include/cygwin/version.h: Bump api minor number to 189 to flag the
|
||||
|
@ -1287,6 +1287,7 @@ dosig:
|
||||
rc = setup_handler (si.si_signo, handler, thissig, use_tls);
|
||||
|
||||
done:
|
||||
tls = use_tls;
|
||||
if (continue_now)
|
||||
SetEvent (sigCONT);
|
||||
sigproc_printf ("returning %d", rc);
|
||||
|
Loading…
Reference in New Issue
Block a user