From 282dce564a6cd33469f6b82ce94582bc4d9121be Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Feb 2020 21:42:20 +0300 Subject: Rename fdnull() to fdopen_null() --- libbutl/process.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/process.mxx') diff --git a/libbutl/process.mxx b/libbutl/process.mxx index f31c362..1f378c4 100644 --- a/libbutl/process.mxx +++ b/libbutl/process.mxx @@ -530,7 +530,7 @@ LIBBUTL_MODEXPORT namespace butl // make stdin read from /dev/null, stdout redirect to stderr, and inherit // the parent's stderr. // - // process_run (fdnull (), 2, 2, ...) + // process_run (fdopen_null (), 2, 2, ...) // // The P argument is the program path. It can be anything that can be passed // to process::path_search() (const char*, std::string, path) or the -- cgit v1.1