OSDN Git Service

* dcrt0.cc (main_environ): Initialize to &__cygwin_environment.
authorcgf <cgf>
Tue, 14 Mar 2006 19:07:35 +0000 (19:07 +0000)
committercgf <cgf>
Tue, 14 Mar 2006 19:07:35 +0000 (19:07 +0000)
commitbbd2fa1c09c191300d8e1495d86ef18633410ef4
treedf5530ed2afd13d149beee67f1a3234496459388
parent84977f32df5a385b08f613e1e92921457eebdc90
* dcrt0.cc (main_environ): Initialize to &__cygwin_environment.
(dll_crt0_1): Move resourcelocks, thread interface, pinfo_init, and
uinfo_init...
(dll_crt0_0): ...to here.
(_dll_crt0): Call update_envptrs here after setting main_environ.
* environ.cc (environ_init): Eliminate initted variable.  Don't call
update_envptrs here.
* sigproc.cc (wait_sig): Use my_sendsig when calling CreatePipe to avoid a
dereference.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/dll_init.cc
winsup/cygwin/environ.cc
winsup/cygwin/sigproc.cc