OSDN Git Service

* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP if
authorcgf <cgf>
Wed, 25 Oct 2000 03:54:50 +0000 (03:54 +0000)
committercgf <cgf>
Wed, 25 Oct 2000 03:54:50 +0000 (03:54 +0000)
commit8690397f9b7a13d9d8bab471cee6bb25f855c212
tree5b393bfdecea4575e45584ae427e4e88e764ccd5
parent12e66a68614099a2b4732f83f083cc865c6c1cad
* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP if
process has never created any children.
* fork.cc (fork): Set flag indicating that there is another process with our
process group.
* spawn.cc (spawn_guts): Ditto.
* pinfo.h (set_has_pgid_children): New methods for setting when process has
children in its process group.
* syscalls.cc (setpgid): Clear has_gid_children if pgid changes.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/fork.cc
winsup/cygwin/pinfo.h
winsup/cygwin/spawn.cc
winsup/cygwin/syscalls.cc