pub fn sys_pipe2(fds: &mut [c_int], flag: c_int) -> c_int
Available on crate feature pipe only.
Expand description

pipe2 syscall, used by AARCH64

Return 0 on success