Constant naughtyfy::flags::O_NOATIME

source ·
pub const O_NOATIME: u32 = 1000000;
Expand description

Do not update the file last access time (st_atime in the inode) when the file is read(2).