Next: posix_trace_attr_destroy
, Previous: posix_spawnattr_setsigmask
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
posix_spawnp
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawnp.html
Gnulib module: posix_spawnp
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.