]> sourceware.org Git - newlib-cygwin.git/commit
* dcrt0.cc (main_environ): Initialize to &__cygwin_environment.
authorChristopher Faylor <me@cgf.cx>
Tue, 14 Mar 2006 19:07:36 +0000 (19:07 +0000)
committerChristopher Faylor <me@cgf.cx>
Tue, 14 Mar 2006 19:07:36 +0000 (19:07 +0000)
commite5aa298da5598c651d500fd097ed8ff417458641
tree49f4eb15dc154a99dc9106c70e67123f04b35432
parent3b731dc0e18a975b6627b0a821b68ceb41ec86ab
* 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
This page took 0.028788 seconds and 5 git commands to generate.