summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pipe.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-02-02 20:33:09 +0000
committerChristopher Faylor <me@cgf.cx>2004-02-02 20:33:09 +0000
commit6027d26d8b829833f716743acfb6881bb4236627 (patch)
tree840fa61c5a691ce1152acc328f9bf86f140b3ff4 /winsup/cygwin/pipe.cc
parent94d61fcb762f88e1835fc531d20341a596b245f2 (diff)
downloadcygnal-6027d26d8b829833f716743acfb6881bb4236627.tar.gz
cygnal-6027d26d8b829833f716743acfb6881bb4236627.tar.bz2
cygnal-6027d26d8b829833f716743acfb6881bb4236627.zip
Throughout, change name from set_inheritance to set_no_inheritance to better
reflect input arguments of this function. * cygheap.h (CYGHEAPSIZE): Increase size of cygheap to something closer to the 21st century.
Diffstat (limited to 'winsup/cygwin/pipe.cc')
-rw-r--r--winsup/cygwin/pipe.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/pipe.cc b/winsup/cygwin/pipe.cc
index 82313c492..9f9909910 100644
--- a/winsup/cygwin/pipe.cc
+++ b/winsup/cygwin/pipe.cc
@@ -45,9 +45,9 @@ fhandler_pipe::set_close_on_exec (int val)
{
fhandler_base::set_close_on_exec (val);
if (guard)
- set_inheritance (guard, val);
+ set_no_inheritance (guard, val);
if (writepipe_exists)
- set_inheritance (writepipe_exists, val);
+ set_no_inheritance (writepipe_exists, val);
}
struct pipeargs