[go: up one dir, main page]

utimensat

Function utimensat 

Source
pub unsafe extern "C" fn utimensat(
    dirfd: c_int,
    path: *const c_char,
    times: *const timespec,
    flag: c_int,
) -> c_int