OSDN Git Service

* init.cc (dll_entry): Remove exit code setting.
authorcgf <cgf>
Mon, 27 Dec 2004 00:35:18 +0000 (00:35 +0000)
committercgf <cgf>
Mon, 27 Dec 2004 00:35:18 +0000 (00:35 +0000)
commitc266f930e14c6d4e989fa283d0f375f1a3d92dce
tree092bbb5962c8dd90ff101b09123def3895194d8f
parentb2d9f87bc701255da8f027b625b9823571f8d686
* init.cc (dll_entry): Remove exit code setting.
* pinfo.cc (pinfo::init): Initialize exitcode to unset state rather than
SIGTERM.
(proc_waiter): Detect if exit code is unset and use status from
GetExitCodeProcess.
* sigproc.cc (child_info::sync): Remove exit code detection here since
proc_waiter now (again) detects it.
winsup/cygwin/ChangeLog
winsup/cygwin/init.cc
winsup/cygwin/pinfo.cc
winsup/cygwin/pinfo.h
winsup/cygwin/sigproc.cc