We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204de8d commit effe44dCopy full SHA for effe44d
CHANGELOG.md
@@ -25,8 +25,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
25
- Added `SO_SETFIB` and `SO_USER_COOKIE` to `nix::sys::socket::sockopt` for FreeBSD.
26
([#2085](https://github.com/nix-rust/nix/pull/2085))
27
- Added `SO_RTABLE` for OpenBSD and `SO_ACCEPTFILTER` for FreeBSD/NetBSD to `nix::sys::socket::sockopt`.
28
- ([#2085](https://github.com/nix-rust/nix/pull/2085))
+ ([#2088](https://github.com/nix-rust/nix/pull/2088))
29
- Removed `flock` from `::nix::fcntl` on Solaris. ([#2082](https://github.com/nix-rust/nix/pull/2082))
30
+- Added `MAP_ALIGNMENT*` constants and `map_aligned` for NetBSD to `nix::sys::mman`.
31
+ ([#2090](https://github.com/nix-rust/nix/pull/2090))
32
33
### Changed
34
0 commit comments