Function cloudabi::fd_create2 [] [src]

pub unsafe fn fd_create2(type_: filetype, fd1_: &mut fd, fd2_: &mut fd) -> errno

Creates a pair of file descriptors.

Parameters

type: Possible values:

fd1: The first file descriptor of the pair.

fd2: The second file descriptor of the pair.