ruby/ext/-test-/file
Nobuyoshi Nakada 6333020fc9
atime may not updated unless strictatime is set on macOS Catalina
Cited from mount(8):

```
strictatime
        Always update the file access time when reading from a
        file. Without this option the filesystem may default to a
        less strict update mode, where some access time updates
        are skipped for performance reasons. This option could be
        ignored if it is not supported by the filesystem.
```
2019-10-12 14:58:55 +09:00
..
depend Include ruby/assert.h in ruby/ruby.h so that assertions can be there 2019-07-14 17:58:03 +09:00
extconf.rb * ext/-test/file/fs.c (get_atime_p): Updating of file access times 2016-11-05 08:23:57 +00:00
fs.c atime may not updated unless strictatime is set on macOS Catalina 2019-10-12 14:58:55 +09:00
init.c file/stat.c: fix commit miss 2013-10-01 11:57:02 +00:00
stat.c file/stat.c: fix commit miss 2013-10-01 11:57:02 +00:00