aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-21 00:23:19 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-21 13:21:52 +0300
commitdf2c5fcf20189750119a94ca8b91f92f5d65d758 (patch)
treead4e2c113e07dbe1c5c5eed2fac3f48ea7e487dc /libbutl/process.hxx
parent811d4229c196c1c98ff865fdfd981ef2908f6d8b (diff)
Add support for passing environment variables to child process on Windows
Diffstat (limited to 'libbutl/process.hxx')
-rw-r--r--libbutl/process.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbutl/process.hxx b/libbutl/process.hxx
index ca49369..ee17207 100644
--- a/libbutl/process.hxx
+++ b/libbutl/process.hxx
@@ -222,8 +222,7 @@ namespace butl
// the child process. If not NULL, it must contain strings in the
// "name=value" (set) or "name" (unset) forms and be terminated with
// NULL. Note that all other variables are inherited from the parent
- // process. Also note that currently is not supported on Windows so must be
- // NULL.
+ // process.
//
// Throw process_error if anything goes wrong. Note that some of the
// exceptions (e.g., if exec() failed) can be thrown in the child