Function sys_pipe2

Source
pub fn sys_pipe2(trapframe: &mut Trapframe) -> usize
Expand description

sys_pipe2 - Create a pipe pair with flags (future implementation)

Extended version of sys_pipe that supports flags for controlling pipe behavior (e.g., O_NONBLOCK, O_CLOEXEC).