Next: , Previous: , Up: ISO C and POSIX Function Substitutes   [Contents][Index]


10.698 posix_spawn

POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn.html

Gnulib module: posix_spawn

Portability problems fixed by Gnulib:

Portability problems not fixed by Gnulib:

The Gnulib modules posix_spawn_file_actions_addchdir and posix_spawn_file_actions_addfchdir provide additional actions, that consist in changing the current directory of the child process before starting the specified program.