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.
This commit is contained in:
@@ -1747,7 +1747,7 @@ void
|
||||
fhandler_console::set_close_on_exec (int val)
|
||||
{
|
||||
fhandler_base::set_close_on_exec (val);
|
||||
set_inheritance (output_handle, val);
|
||||
set_no_inheritance (output_handle, val);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user