File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
25
25
- Added ` SO_SETFIB ` and ` SO_USER_COOKIE ` to ` nix::sys::socket::sockopt ` for FreeBSD.
26
26
([ #2085 ] ( https://github.com/nix-rust/nix/pull/2085 ) )
27
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 ) )
28
+ ([ #2088 ] ( https://github.com/nix-rust/nix/pull/2088 ) )
29
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 ) )
30
32
31
33
### Changed
32
34
You can’t perform that action at this time.
0 commit comments