Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2010-09-26 18:57:12 +0400
committerChristopher Faylor <me@cgf.cx>2010-09-26 18:57:12 +0400
commit71ef21429a1df119a07c3e022322337d327963a5 (patch)
tree1ef1ce0267fdac861bd39c4dd18d1fd8b5daa690
parent6fe59500e5821ba073c77aaed05ac2fbcb875feb (diff)
* dcrt0.cc (__main): Force signal synchronization.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/dcrt0.cc2
2 files changed, 4 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b09ffbade..82dc372d8 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-26 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * dcrt0.cc (__main): Force signal synchronization.
+
2010-09-25 Corinna Vinschen <corinna@vinschen.de>
* fhandler_socket.cc (fhandler_socket::bind): Drop has_exclusiveaddruse
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index 2d848ec19..12ab22464 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -1025,9 +1025,7 @@ __main (void)
DLLs will be destroyed; finally newlib will shut down stdio
and terminate itself. */
atexit (do_global_dtors);
-#if 0 /* Don't enable for now. See if we really need this. */
sig_dispatch_pending (true);
-#endif
}
void __stdcall