From 4ff5152887734cb42ef877dd59515489083dd5d0 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 29 Nov 2008 02:41:38 +0000 Subject: * exceptions.c (sigpacket::process): Set tls on return since it is assumed to be set to a valid value by the caller. --- winsup/cygwin/exceptions.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/exceptions.cc') diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index 5a94a13a4..950ab86bc 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -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); -- cgit v1.2.3