License
Standards
The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
D header file for spawn.h.
int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *, int, int) extern(C) @nogc nothrowint posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *, int, const char *, int, mode_t) extern(C) @nogc nothrowint posix_spawn(pid_t * pid, const char * path,
const posix_spawn_file_actions_t * file_actions,
const posix_spawnattr_t * attrp,
const char * * argv, const char * * envp) extern(C) @nogc nothrowint posix_spawnp(pid_t * pid, const char * file,
const posix_spawn_file_actions_t * file_actions,
const posix_spawnattr_t * attrp,
const char * * argv, const char * * envp) extern(C) @nogc nothrow