Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-01-25 08:17:21 +0300
committerChristopher Faylor <me@cgf.cx>2004-01-25 08:17:21 +0300
commit6bc774fc6bfe3c69b1ca488b5d126c7ee47bf5fe (patch)
tree5fbacd01608d1b59e944074924bdec71492f6fc3 /winsup/cygwin/sigproc.cc
parent9157f0f3ec8d3046603b325b6bd8b43d1b62d13a (diff)
* sigproc.cc (proc_subproc): Don't protect *child's* handle.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index 3c0cfddaa..3be7f8954 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -320,7 +320,6 @@ proc_subproc (DWORD what, DWORD val)
if (!DuplicateHandle (hMainProc, hMainProc, vchild->hProcess, &vchild->ppid_handle,
SYNCHRONIZE | PROCESS_DUP_HANDLE, TRUE, 0))
system_printf ("Couldn't duplicate my handle<%p> for pid %d, %E", hMainProc, vchild->pid);
- VerifyHandle (vchild->ppid_handle);
vchild->ppid = myself->pid;
vchild->uid = myself->uid;
vchild->gid = myself->gid;