nix
nix copied to clipboard
fcntl adding apple F_PREALLOCATE flag.
What does this PR do
Checklist:
- [x] I have read
CONTRIBUTING.md - [x] I have written necessary tests and rustdoc comments
- [x] A change log has been added if this PR modifies nix's API
I am working on the CI issues, they are not related to this PR
Update: CI fixed in #2394, you can rebase your branch now:)
Gentle ping on this PR, would you like to rebase and finish it?
seems libc 0.2.154 not yet available (just the tag on the repo but not yet published maybe) ?
seems libc 0.2.154 not yet available (just the tag on the repo but not yet published maybe) ?
Right, it has been yanked, we have to wait for https://github.com/rust-lang/libc/pull/3682
The issue has been fixed, please rebase your branch:)
Looks like you need to resolve the conflict in src/fcntl.rs.