* dcrt0.cc (__main): Force signal synchronization.

This commit is contained in:
Christopher Faylor 2010-09-26 14:57:12 +00:00
parent 6fe59500e5
commit 71ef21429a
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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