Function posix_spawn_file_actions_addopen [src]
Alias for std.c.darwin.posix_spawn_file_actions_addopen
Prototype
pub extern "c" fn posix_spawn_file_actions_addopen( actions: *posix_spawn_file_actions_t, filedes: fd_t, path: [*:0]const u8, oflag: c_int, mode: mode_t, ) c_int
Parameters
actions: *posix_spawn_file_actions_t
filedes: fd_t
path: [*:0]const u8
oflag: c_int
mode: mode_t
Source
pub extern "c" fn posix_spawn_file_actions_addopen(
actions: *posix_spawn_file_actions_t,
filedes: fd_t,
path: [*:0]const u8,
oflag: c_int,
mode: mode_t,
) c_int