diff options
author | Christopher Faylor <me@cgf.cx> | 2001-10-10 02:32:12 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-10-10 02:32:12 +0000 |
commit | 57013c31ecdc90515d8fabf1842831a9ab2ffca9 (patch) | |
tree | df20a782a28fbb9fe27297f6814f7a4ea0c1a501 /winsup/cygwin/init.cc | |
parent | b2a8510b89313bbac97385863e87fc19d73f2004 (diff) | |
download | newlib-57013c31ecdc90515d8fabf1842831a9ab2ffca9.zip newlib-57013c31ecdc90515d8fabf1842831a9ab2ffca9.tar.gz newlib-57013c31ecdc90515d8fabf1842831a9ab2ffca9.tar.bz2 |
Throughout, rename PROC_FORK1 to PROC_FORK.
* child_info.h: Rename PROC_* to _PROC_*. Define PROC_* with additional
testing magic. Eliminate old PROC_FORK and rename PROC_FORK1 to PROC_FORK.
* dcrt0.cc (_cygwin_testing_magic): New variable. Added to magic number in
proc_info.
(alloc_stack): Eliminate old PROC_FORK test.
(dll_crt0_1): Ditto. Use _PROC_* enums for test. Subtract
_cygwin_testing_magic from child_proc_info->type so that normal cygwin programs
invoked by test suite programs do not consider themselves to be in a cygwin
environment.
(_dll_crt0): Ditto. Move environment checks to initial_env function to
conserve on stack space.
(initial_env): New function. Checks for testing and debugging environment
variables.
* init.cc (cygwin_hmodule): Move declaration.
* winsup.h: Declare variables used for cygwin testing.
Diffstat (limited to 'winsup/cygwin/init.cc')
-rw-r--r-- | winsup/cygwin/init.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/init.cc b/winsup/cygwin/init.cc index 5d2c750..525ec29 100644 --- a/winsup/cygwin/init.cc +++ b/winsup/cygwin/init.cc @@ -13,8 +13,6 @@ details. */ #include "thread.h" #include "perprocess.h" -extern HMODULE cygwin_hmodule; - int NO_COPY dynamically_loaded; extern "C" int |