diff options
author | Shuowang (Wayne) Zhang <shuowang.zhang@ibm.com> | 2020-09-02 11:31:51 -0400 |
---|---|---|
committer | Richard Lau <rlau@redhat.com> | 2021-02-15 17:18:49 +0000 |
commit | f6adf960ce8f95532fc03d30b2cc356a8099ca5c (patch) | |
tree | d30a82da43c113abdbfd75a580a0b0066a9fa142 /docs/src | |
parent | 880cdc38b8da26ea52c4bb384612ce8ec8d7bf58 (diff) | |
download | libuv-f6adf960ce8f95532fc03d30b2cc356a8099ca5c.tar.gz libuv-f6adf960ce8f95532fc03d30b2cc356a8099ca5c.zip |
zos: use execvpe() to set environ explictly
On z/OS, `execvp()` does not set the environment for child process from
`environ` when ran in ASCII mode. Instead, `execvpe()` provided by
ZOSLIB must be used to set the environment explicitly.
PR-URL: https://github.com/libuv/libuv/pull/3060
Reviewed-By: Richard Lau <rlau@redhat.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions