File tree 3 files changed +192
-178
lines changed
3 files changed +192
-178
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
23
23
([ #647 ] ( https://github.com/nix-rust/nix/pull/647 ) )
24
24
- Exposed ` unistd::setresuid ` and ` unistd::setresgid ` on FreeBSD and OpenBSD
25
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.
26
28
27
29
# Fixed
28
30
- Fix compilation and tests for OpenBSD targets
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ exclude = [
15
15
]
16
16
17
17
[dependencies ]
18
- libc = { git = " https://github.com/rust-lang /libc" }
18
+ libc = { git = " https://github.com/susurrus /libc" , branch = " mman_constants " }
19
19
bitflags = " 0.9"
20
20
cfg-if = " 0.1.0"
21
21
void = " 1.0.2"
You can’t perform that action at this time.
0 commit comments