diff options
author | Julio Merino <julio@meroh.net> | 2018-11-05 09:16:58 -0500 |
---|---|---|
committer | Julio Merino <jmmv@google.com> | 2018-11-07 15:19:53 -0500 |
commit | 12f10c76a5221d4977aca0646d615ae170d8722e (patch) | |
tree | d9e9918a827a99dbb3240d2c1d1e8042e8d3f298 /.travis.yml | |
parent | 50658fd3e5e0ad460c90c9f9b24933ef6be7412b (diff) | |
download | nix-12f10c76a5221d4977aca0646d615ae170d8722e.zip |
Add a wrapper for lutimes(2)
PR #944 added wrappers for the more-modern futimens(2) and utimesat(2),
but unfortunately these APIs are not available on old-ish systems.
In particular, macOS Sierra and below don't implement them, making the
new APIs unusable. Whether we should care about such "old" systems is
debatable, but the problem is that, at the moment, this is the only
macOS version usable on Travis to test kexts and, thus, to test FUSE
file systems.
This should have been part of PR #946, which added a wrapper for
utimes(2) following this same rationale, but missed lutimes(2) because
I simply didn't notice it existed.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions