From 71ef21429a1df119a07c3e022322337d327963a5 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 26 Sep 2010 14:57:12 +0000 Subject: [PATCH] * dcrt0.cc (__main): Force signal synchronization. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/dcrt0.cc | 2 -- 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 + + * dcrt0.cc (__main): Force signal synchronization. + 2010-09-25 Corinna Vinschen * 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