From 6027d26d8b829833f716743acfb6881bb4236627 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 2 Feb 2004 20:33:09 +0000 Subject: 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. --- winsup/cygwin/pipe.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/pipe.cc') 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 -- cgit v1.2.3