diff options
author | Christopher Faylor <me@cgf.cx> | 2005-02-13 18:17:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-02-13 18:17:29 +0000 |
commit | 264f41f081816b2e2f80b5a0c7e1da79cda194bb (patch) | |
tree | 70b86b4292c4263b90546213bbe6657dfe166baf /winsup/cygwin/sigproc.cc | |
parent | ba8c69552f3c2b2ba05b9ff7c46cbc9667a871c3 (diff) | |
download | cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.gz cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.bz2 cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.zip |
white space
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r-- | winsup/cygwin/sigproc.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index b99a90c87..7965a629d 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -872,10 +872,10 @@ remove_proc (int ci) } /* Check status of child process vs. waitq member. - + parent_w is the pointer to the parent of the waitq member in question. child is the subprocess being considered. - + Returns non-zero if waiting thread released. */ static bool __stdcall stopped_or_terminated (waitq *parent_w, _pinfo *child) |