Function polkavm_linux_raw::sys_dup3

source ยท
pub fn sys_dup3(
    old_fd: c_int,
    new_fd: c_int,
    flags: c_uint,
) -> Result<(), Error>