libc

Function posix_fadvise

Source
pub unsafe extern "C" fn posix_fadvise(
    fd: c_int,
    offset: off_t,
    len: off_t,
    advise: c_int,
) -> c_int