* dcrt0.cc (__main): Force signal synchronization.
This commit is contained in:
parent
6fe59500e5
commit
71ef21429a
|
@ -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>
|
2010-09-25 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler_socket.cc (fhandler_socket::bind): Drop has_exclusiveaddruse
|
* fhandler_socket.cc (fhandler_socket::bind): Drop has_exclusiveaddruse
|
||||||
|
|
|
@ -1025,9 +1025,7 @@ __main (void)
|
||||||
DLLs will be destroyed; finally newlib will shut down stdio
|
DLLs will be destroyed; finally newlib will shut down stdio
|
||||||
and terminate itself. */
|
and terminate itself. */
|
||||||
atexit (do_global_dtors);
|
atexit (do_global_dtors);
|
||||||
#if 0 /* Don't enable for now. See if we really need this. */
|
|
||||||
sig_dispatch_pending (true);
|
sig_dispatch_pending (true);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void __stdcall
|
void __stdcall
|
||||||
|
|
Loading…
Reference in New Issue