* lib/_cygwin_crt0_common.cc (_cygwin_crt0_common): Don't reset environ if

already set.
This commit is contained in:
Christopher Faylor
2000-07-12 04:02:45 +00:00
parent 1ff7263eb9
commit a0f7b496ad
3 changed files with 10 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ extern "C"
{/* initial_sp */ 0, /* magic_biscuit */ 0,
/* dll_major */ CYGWIN_VERSION_DLL_MAJOR,
/* dll_major */ CYGWIN_VERSION_DLL_MINOR,
/* impure_ptr_ptr */ NULL, /*envptr */ NULL,
/* impure_ptr_ptr */ NULL, /* envptr */ NULL,
/* malloc */ export_malloc, /* free */ export_free,
/* realloc */ export_realloc,
/* fmode_ptr */ NULL, /* main */ NULL, /* ctors */ NULL,