From 115a0885bcc97a70bb4314ba851ce12ee32fe74f Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 6 Aug 2002 05:48:33 +0000 Subject: * spawn.cc (spawn_guts): Don't set mount_h here. * sigproc.cc (init_child_info): Set it here instead. * shared.cc (cygwin_mount_h): Make NO_COPY. --- winsup/cygwin/sigproc.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/sigproc.cc') diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 96ba45a5b..4914e6a24 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -828,6 +828,7 @@ init_child_info (DWORD chtype, child_info *ch, pid_t pid, HANDLE subproc_ready) ch->subproc_ready = subproc_ready; ch->pppid_handle = myself->ppid_handle; ch->fhandler_union_cb = sizeof (fhandler_union); + ch->mount_h = cygwin_mount_h; } /* Check the state of all of our children to see if any are stopped or -- cgit v1.2.3