summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-10-25 14:18:56 +0000
committerChristopher Faylor <me@cgf.cx>2000-10-25 14:18:56 +0000
commit45a7e9572ff07e15358db1a1e2acbce5bf9d6070 (patch)
tree0bbe77322745fecee40033e1e35ea095aca571e4
parent2e78b61dcaf7fb107f8ae4f37246a6c753cf78f5 (diff)
downloadcygnal-45a7e9572ff07e15358db1a1e2acbce5bf9d6070.tar.gz
cygnal-45a7e9572ff07e15358db1a1e2acbce5bf9d6070.tar.bz2
cygnal-45a7e9572ff07e15358db1a1e2acbce5bf9d6070.zip
Add comment.
-rw-r--r--winsup/cygwin/dcrt0.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index f5252a07c..98767abfb 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -1038,6 +1038,7 @@ do_exit (int status)
sigproc_printf ("%d == sid %d, send SIGHUP to children",
myself->pid, myself->sid);
+ /* CGF FIXME: This can't be right. */
if (tp->getsid () == myself->sid)
kill_pgrp (tp->getpgid (), SIGHUP);
}