diff options
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index 9cff06f47..e49183796 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -994,7 +994,7 @@ extern "C" void __main (void) { /* Ordering is critical here. DLL ctors have already been - run as they were being loaded, so we should stack the + run as they were being loaded, so we should stack the queued call to DLL dtors now. */ atexit (dll_global_dtors); do_global_ctors (user_data->ctors, false); |