posix_spawn_file_actions_adddup2 ( file_actions filedes intnewfiledes -- int )


Vocabulary
unix.process

Inputs
file_actionsan object
filedesan object
intnewfiledesan object


Outputs
intan object


Definition


FUNCTION: int posix_spawn_file_actions_adddup2
( posix_spawn_file_actions_t* file_actions, int filedes, int
intnewfiledes )