* sigproc.cc: Fix a comment.
This commit is contained in:
parent
e41ff6093e
commit
f6f3b1ee46
|
@ -1,3 +1,7 @@
|
||||||
|
2006-02-27 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* sigproc.cc: Fix a comment.
|
||||||
|
|
||||||
2006-02-27 Christopher Faylor <cgf@timesys.com>
|
2006-02-27 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* cygthread.cc (cygthread::release): Add a comment.
|
* cygthread.cc (cygthread::release): Add a comment.
|
||||||
|
|
|
@ -373,11 +373,10 @@ _cygtls::remove_wq (DWORD wait)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Terminate the wait_subproc thread.
|
/* Terminate the wait_subproc thread.
|
||||||
* Called on process exit.
|
Called on process exit.
|
||||||
* Also called by spawn_guts to disassociate any subprocesses from this
|
Also called by spawn_guts to disassociate any subprocesses from this
|
||||||
* process. Subprocesses will then know to clean up after themselves and
|
process. Subprocesses will then know to clean up after themselves and
|
||||||
* will not become procs.
|
will not become procs. */
|
||||||
*/
|
|
||||||
void __stdcall
|
void __stdcall
|
||||||
proc_terminate ()
|
proc_terminate ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue