* cygheap.h: Reference _cygheap_start via .cygheap section.

* environ.cc: Fix force_into_environment typo throughout.
(spenvs): Export CYGWIN_DEBUG if DEBUGGING.
This commit is contained in:
Christopher Faylor
2005-05-27 18:26:19 +00:00
parent cba3b11fc5
commit 1bbf1ac6a5
3 changed files with 13 additions and 3 deletions

View File

@ -428,5 +428,5 @@ char *__stdcall cstrdup (const char *) __attribute__ ((regparm(1)));
char *__stdcall cstrdup1 (const char *) __attribute__ ((regparm(1)));
void __stdcall cfree_and_set (char *&, char * = NULL) __attribute__ ((regparm(2)));
void __stdcall cygheap_init ();
extern DWORD _cygheap_start;
extern DWORD _cygheap_start __attribute__((section(".cygheap")));
}