[−][src]Function nix::fcntl::posix_fadvise
pub fn posix_fadvise(
fd: RawFd,
offset: off_t,
len: off_t,
advice: PosixFadviseAdvice
) -> Result<c_int>
pub fn posix_fadvise(
fd: RawFd,
offset: off_t,
len: off_t,
advice: PosixFadviseAdvice
) -> Result<c_int>