#[unsafe(no_mangle)]pub unsafe extern "C" fn utimes(
path: *const c_char,
times: *const timeval,
) -> c_int๐Deprecated
Expand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/utimes.html.
ยงDeprecation
The utimes() function was marked legacy in the Open Group Base
Specifications Issue 6, and then unmarked in Issue 7.