Function posix_spawn_file_actions_adddup2 [src]
Alias for std.c.darwin.posix_spawn_file_actions_adddup2
Prototype
pub extern "c" fn posix_spawn_file_actions_adddup2( actions: *posix_spawn_file_actions_t, filedes: fd_t, newfiledes: fd_t, ) c_int
Parameters
actions: *posix_spawn_file_actions_t
filedes: fd_t
newfiledes: fd_t
Source
pub extern "c" fn posix_spawn_file_actions_adddup2(
actions: *posix_spawn_file_actions_t,
filedes: fd_t,
newfiledes: fd_t,
) c_int