Don't update the access time of the file.
const FD_NO_ACCESS_TIME_UPDATE: DescriptionFlags = DescriptionFlags(O_NOATIME);
open(2) and O_NOATIME therein