aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/winsup.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-07-01 04:26:45 +0000
committerChristopher Faylor <me@cgf.cx>2000-07-01 04:26:45 +0000
commit72f8054fad05e3dce132498f37d04391bdc63e51 (patch)
tree0cba5b9bce101b6d2b58f7977eb6bcfde7a48ac4 /winsup/cygwin/winsup.h
parent8c6b7d8a1599235f05f06a4119ae95321a0de10f (diff)
downloadnewlib-72f8054fad05e3dce132498f37d04391bdc63e51.zip
newlib-72f8054fad05e3dce132498f37d04391bdc63e51.tar.gz
newlib-72f8054fad05e3dce132498f37d04391bdc63e51.tar.bz2
* dcrt0.cc (_dll_crt0): Renamed from dll_crt0 ().
* winsup.h: Accomodate above change. * cygwin.din: Ditto. * lib/cygwin_crt0.c: Ditto.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 714955a..56eb079 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -272,7 +272,7 @@ extern unsigned int signal_shift_subtract;
/* cygwin .dll initialization */
void dll_crt0 (per_process *);
-void __stdcall dll_crt0 () __asm__ ("dll_crt0");
+extern "C" void __stdcall _dll_crt0 () __asm__ ("dll_crt0");
/* dynamically loaded dll initialization */
extern "C" int dll_dllcrt0 (HMODULE, per_process*);