mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-22 16:49:45 +08:00
* exceptions.cc (_cygtls::signal_exit): There's no need to set signal_arrived
if we're exiting.
This commit is contained in:
parent
80636211bc
commit
5391a40c89
@ -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>
|
2009-10-08 Eric Blake <ebb9@byu.net>
|
||||||
|
|
||||||
* fhandler_disk_file.cc (utimens_fs): Plug fd leak on EINVAL.
|
* fhandler_disk_file.cc (utimens_fs): Plug fd leak on EINVAL.
|
||||||
|
@ -1340,7 +1340,6 @@ _cygtls::signal_exit (int rc)
|
|||||||
SetThreadPriority (GetCurrentThread (), THREAD_PRIORITY_TIME_CRITICAL);
|
SetThreadPriority (GetCurrentThread (), THREAD_PRIORITY_TIME_CRITICAL);
|
||||||
|
|
||||||
sigproc_printf ("about to call do_exit (%x)", rc);
|
sigproc_printf ("about to call do_exit (%x)", rc);
|
||||||
SetEvent (signal_arrived);
|
|
||||||
do_exit (rc);
|
do_exit (rc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user