[][src]Function linux::syscall::fcntl_getpipe_sz

pub fn fcntl_getpipe_sz(fd: c_int) -> c_int

Gets the capacity of a pipe.

[argument, fd] A pipe file descriptor.

[return_value] Returns the capacity of the pipe.

= See also

  • link:man:fcntl(2) and F_GETPIPE_SZ therein