Function lrs::syscall::fcntl_getpipe_sz

Gets the capacity of a pipe.

Syntax

fn fcntl_getpipe_sz(fd: i32) -> i32

Arguments

NameDescription
fd

A pipe file descriptor.

Return value

Returns the capacity of the pipe.

See also