Constant rustix::fs::UTIME_OMIT
pub const UTIME_OMIT: Nsecs = _;
The portability is definied by:
#[cfg(any(linux_raw, all(libc, not(target_os = "redox"))))]
Documentation
UTIME_OMIT
for use with utimensat
.