Expand description
Safe wrappers around posix_spawn* functions found in the libc “spawn.h” header.
Structs§
- A spawn attributes object. See posix_spawnattr_t.
- A spawn file actions object. See posix_spawn_file_actions_t.
- Process attributes to be changed in the new process image when invoking
posix_spawn
orposix_spawnp
. See posix_spawn.
Functions§
- Create a new child process from the specified process image. See posix_spawn.
- Create a new child process from the specified process image. See posix_spawnp.