We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087aece commit 326da17Copy full SHA for 326da17
CHANGELOG.md
@@ -23,6 +23,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
23
([#647](https://github.com/nix-rust/nix/pull/647))
24
- Exposed `unistd::setresuid` and `unistd::setresgid` on FreeBSD and OpenBSD
25
([#721](https://github.com/nix-rust/nix/pull/721))
26
+- The `addr` argument to `madvise` is now `*mut` to better match the
27
+ libc API.
28
29
# Fixed
30
- Fix compilation and tests for OpenBSD targets
Cargo.toml
@@ -15,7 +15,7 @@ exclude = [
15
]
16
17
[dependencies]
18
-libc = { git = "https://github.com/rust-lang/libc" }
+libc = { git = "https://github.com/susurrus/libc", branch = "mman_constants" }
19
bitflags = "0.9"
20
cfg-if = "0.1.0"
21
void = "1.0.2"
0 commit comments