[][src]Function nc::futimesat

pub fn futimesat(
    dirfd: i32,
    filename: &str,
    times: &[timeval_t; 2]
) -> Result<(), Errno>

Change timestamp of a file relative to a directory file discriptor.