Recent versions of OS X support utimensat but they seem to be buggy on HFS+: using the function to set the atime only (mtime = UTIME_OMIT) does not work as intended; it instead appears to set the atime to the current time.
Maybe we should just disable utimensat on OS X?
Recent versions of OS X support
utimensatbut they seem to be buggy on HFS+: using the function to set the atime only (mtime =UTIME_OMIT) does not work as intended; it instead appears to set the atime to the current time.Maybe we should just disable
utimensaton OS X?