]> sourceware.org Git - newlib-cygwin.git/commitdiff
* exceptions.cc (_cygtls::signal_exit): There's no need to set signal_arrived
authorChristopher Faylor <me@cgf.cx>
Thu, 8 Oct 2009 15:56:14 +0000 (15:56 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 8 Oct 2009 15:56:14 +0000 (15:56 +0000)
if we're exiting.

winsup/cygwin/ChangeLog
winsup/cygwin/exceptions.cc

index 6a90ac45f94edd180b6a779c7fffda021ff35b90..ea65bf529827f40b507fb8d83336cb1dfa961182 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-08  Christopher Faylor  <me+cygwin@cgf.cx>
+
+       * exceptions.cc (_cygtls::signal_exit): There's no need to set
+       signal_arrived if we're exiting.
+
 2009-10-08  Eric Blake  <ebb9@byu.net>
 
        * fhandler_disk_file.cc (utimens_fs): Plug fd leak on EINVAL.
index 05d30f2ef739c90e0c490618073842b7eb538de2..e1bb7056cd902d92c4c76276f494dfd20a54d454 100644 (file)
@@ -1340,7 +1340,6 @@ _cygtls::signal_exit (int rc)
   SetThreadPriority (GetCurrentThread (), THREAD_PRIORITY_TIME_CRITICAL);
 
   sigproc_printf ("about to call do_exit (%x)", rc);
-  SetEvent (signal_arrived);
   do_exit (rc);
 }
 
This page took 0.040963 seconds and 5 git commands to generate.