* 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:
Christopher Faylor 2008-11-29 02:41:38 +00:00
parent 412ec1f444
commit 4ff5152887
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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);