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 90f6ac8dc..6f99403b0 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -904,7 +904,7 @@ initialize_main_tls (char *padding) UPTR is a pointer to global data that lives on the libc side of the line [if one distinguishes the application from the dll]. */ - + extern "C" void __stdcall _dll_crt0 () { |