We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e445f commit 967cec5Copy full SHA for 967cec5
CHANGELOG.md
@@ -27,6 +27,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
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))
29
- Removed `flock` from `::nix::fcntl` on Solaris. ([#2082](https://github.com/nix-rust/nix/pull/2082))
30
+- Added `SO_TS_CLOCK` for FreebSD to `nix::sys::socket::sockopt`.
31
+ ([#2093](https://github.com/nix-rust/nix/pull/2093))
32
33
### Changed
34
0 commit comments