aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.mxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-12 21:42:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-12 21:42:20 +0300
commit282dce564a6cd33469f6b82ce94582bc4d9121be (patch)
tree3e8dceb6e0489bdddbd15cac22365a5ed6ca68a4 /libbutl/process.mxx
parent5fb6e5041b65150ec1c78d5e39caeb23e2f9a531 (diff)
Rename fdnull() to fdopen_null()
Diffstat (limited to 'libbutl/process.mxx')
-rw-r--r--libbutl/process.mxx2
1 files changed, 1 insertions, 1 deletions
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