Skip to main content

SYS_PIPE

Constant SYS_PIPE 

Source
pub const SYS_PIPE: usize = 431;
Expand description

Create a pipe pair for inter-process communication.

  • fds_ptr: pointer to receive two file descriptors (read end, write end)

Returns 0 on success. The pipe provides unidirectional byte stream IPC.