execute, spawn-pipe: Use _spawnvpe, not spawnvpe.
commit94ac56c0380279ed0d1ec6bd44040b3d14f47f4e
authorBruno Haible <bruno@clisp.org>
Tue, 11 Aug 2020 18:55:52 +0000 (11 20:55 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 11 Aug 2020 18:55:52 +0000 (11 20:55 +0200)
tree18bf55b8ccdc8f7a9eeed09d069bf8df0c2a3c71
parentd4ce9ee2e0eb60490b07abec8ab7af926c783982
execute, spawn-pipe: Use _spawnvpe, not spawnvpe.

* lib/execute.c (execute): Use _spawnvpe, not spawnvpe.
* lib/spawn-pipe.c (create_pipe): Likewise.
* tests/test-nonblocking-pipe-main.c (main): Likewise.
* tests/test-nonblocking-socket-main.c (main): Likewise.
* lib/wait-process.c: Update comment.
* doc/posix-functions/fork.texi: Update.
ChangeLog
doc/posix-functions/fork.texi
lib/execute.c
lib/spawn-pipe.c
lib/wait-process.c
tests/test-nonblocking-pipe-main.c
tests/test-nonblocking-socket-main.c