[][src]Function linux::syscall::fcntl_setpipe_sz

pub fn fcntl_setpipe_sz(fd: c_int, size: c_int) -> c_int

Sets the capacity of a pipe.

[argument, fd] A pipe file descriptor.

[argument, size] The new capacity of the pipe.

= See also

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