[][src]Function nc::remap_file_pages

pub fn remap_file_pages(
    start: usize,
    size: size_t,
    prot: i32,
    pgoff: off_t,
    flags: i32
) -> Result<(), Errno>

Create a nonlinear file mapping. Deprecated.