posix_spawn_file_actions_addopen ( file_actions intfiledes path oflag mode -- int )


Vocabulary
unix.process

Inputs
file_actionsan object
intfiledesan object
pathan object
oflagan object
modean object


Outputs
intan object


Definition


FUNCTION: int posix_spawn_file_actions_addopen
( posix_spawn_file_actions_t* file_actions, int intfiledes,
char* path, int oflag, mode_t mode )