Skip to content

Commit

Permalink
Use libc for FFI functions and constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Susurrus committed Aug 11, 2017
1 parent 4e9dd25 commit 50fdc68
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 179 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
`statvfs::vfs` module. Additionally `(f)statvfs()` now return the struct
directly. And the returned `Statvfs` struct now exposes its data through
accessor methods. ([#729](https://github.com/nix-rust/nix/pull/729))
- The `addr` argument to `madvise` and `msync` is now `*mut` to better match the
libc API. ([#731](https://github.com/nix-rust/nix/pull/731))
- `shm_open` and `shm_unlink` are no longer exposed on Android targets, where
they are not officially supported. ([#731](https://github.com/nix-rust/nix/pull/731))
- `MapFlags`, `MmapAdvise`, and `MsFlags` expose some more variants and only
officially-supported variants are provided for each target.
([#731](https://github.com/nix-rust/nix/pull/731))

# Fixed
- Fix compilation and tests for OpenBSD targets
Expand Down
Loading

0 comments on commit 50fdc68

Please sign in to comment.