diff options
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) |