diff options
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r-- | winsup/cygwin/pinfo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index 508ed5cb6..af0b893b0 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -764,7 +764,7 @@ proc_waiter (void *arg) sigproc_printf ("exiting wait thread for pid %d", pid); vchild.wait_thread = NULL; - _my_tls._ctinfo->release (); /* return the cygthread to the cygthread pool */ + _my_tls._ctinfo->release (false); /* return the cygthread to the cygthread pool */ return 0; } |