Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a wrapper for lutimes(2) #967

Merged
merged 1 commit into from Nov 27, 2018
Merged

Add a wrapper for lutimes(2) #967

merged 1 commit into from Nov 27, 2018

Commits on Nov 7, 2018

  1. Add a wrapper for lutimes(2)

    PR nix-rust#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 nix-rust#946, which added a wrapper for
    utimes(2) following this same rationale, but missed lutimes(2) because
    I simply didn't notice it existed.
    jmmv committed Nov 7, 2018
    Copy the full SHA
    12f10c7 View commit details
    Browse the repository at this point in the history