Function base::sys::linux::set_pipe_size

source ·
pub fn set_pipe_size(fd: RawFd, size: usize) -> Result<usize>
Expand description

Sets the pipe signified with fd to size.

Returns the new size of the pipe or an error if the OS fails to set the pipe size.