OSDN Git Service

* fhandler.cc (fhandler_base::fork_fixup): Protect dup'ed handle and record it
authorcgf <cgf>
Sat, 6 Oct 2001 01:04:24 +0000 (01:04 +0000)
committercgf <cgf>
Sat, 6 Oct 2001 01:04:24 +0000 (01:04 +0000)
commitdc3b0a44a64d52369cb46f620f0c0025b3e07f25
tree3c81873702fac0d534c99d5350d2f569d28da988
parent2ac1ba480eaeadcf5aa08277cdbd51013c21f209
* fhandler.cc (fhandler_base::fork_fixup): Protect dup'ed handle and record it
as non-inheritable for debugging purposes in case there is a subsequent fork or
exec.
* fhandler_tty.cc (fhandler_tty_common::fixup_after_fork): Allow fork_fixup to
call ProtecHandle.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc
winsup/cygwin/fhandler_tty.cc