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 utimes(2) #946

Merged
merged 1 commit into from Oct 4, 2018
Merged

Add a wrapper for utimes(2) #946

merged 1 commit into from Oct 4, 2018

Commits on Oct 2, 2018

  1. Add a wrapper for utimes(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.
    jmmv committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    06be3ee View commit details
    Browse the repository at this point in the history