From d712f69f5f769c5eaada3c1f76419abfb7b6f7ed Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 10 Feb 2020 22:09:59 +0300 Subject: Add builtins support for $process.run*() functions --- libbuild2/utility.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libbuild2/utility.hxx') diff --git a/libbuild2/utility.hxx b/libbuild2/utility.hxx index 18122e0..dd4b78b 100644 --- a/libbuild2/utility.hxx +++ b/libbuild2/utility.hxx @@ -516,6 +516,14 @@ namespace build2 verbosity, pe, args, forward (f), error, ignore_exit, checksum); } + // File descriptor streams. + // + fdpipe + open_pipe (); + + auto_fd + open_dev_null (); + // Empty/nullopt string, path, and project name. // LIBBUILD2_SYMEXPORT extern const string empty_string; -- cgit v1.1