Function lrs::syscall::fcntl_setpipe_sz

Sets the capacity of a pipe.

Syntax

fn fcntl_setpipe_sz(fd: i32, size: i32) -> i32

Arguments

NameDescription
fd

A pipe file descriptor.

size

The new capacity of the pipe.

See also