]> sourceware.org Git - newlib-cygwin.git/commit
* dcrt0.cc (dll_crt0_1): Move set_os_type.
authorChristopher Faylor <me@cgf.cx>
Sat, 26 Aug 2000 01:36:20 +0000 (01:36 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 26 Aug 2000 01:36:20 +0000 (01:36 +0000)
commit3c2c374555e45b55f0fdc6f1c37257bc631cf5ab
tree73f97864758c82b21151cb456ce9666cab91da2a
parent14d3488d1f45a6ac4fffd4e3ab891f5b9d2ffac9
* dcrt0.cc (dll_crt0_1): Move set_os_type.
(_dll_crt0): To here.
(cygwin_dll_init): And here.
* external.cc (fillout_pinfo): Use more foolproof method for scanning for pids.
* pinfo.cc (set_myself): Eliminate myself_identity.init.
* sigproc.cc (wait_sig): Do it here instead to reduce the amount of time where
there could potentially be two processes with the same pid.
* spawn.cc (spawn_guts): Eliminate duplicate initialization.
* include/sys/cygwin.h: Mark unused PID_* elements.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/external.cc
winsup/cygwin/include/sys/cygwin.h
winsup/cygwin/pinfo.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/spawn.cc
This page took 0.032289 seconds and 5 git commands to generate.