File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2929- Removed ` flock ` from ` ::nix::fcntl ` on Solaris. ([ #2082 ] ( https://github.com/nix-rust/nix/pull/2082 ) )
3030- Use I/O safety with ` copy_file_range ` , and expose it on FreeBSD.
3131 (#[ 1906] ( https://github.com/nix-rust/nix/pull/1906 ) )
32- - Added ` SO_TS_CLOCK ` for FreebSD to ` nix::sys::socket::sockopt ` .
32+ - Added ` SO_TS_CLOCK ` for FreeBSD to ` nix::sys::socket::sockopt ` .
3333 ([ #2093 ] ( https://github.com/nix-rust/nix/pull/2093 ) )
3434
3535### Changed
Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ sockopt_impl!(
716716 /// Sets a specific timestamp format instead of the classic `SCM_TIMESTAMP`,
717717 /// to follow up after `SO_TIMESTAMP` is set.
718718 TsClock ,
719- SetOnly ,
719+ Both ,
720720 libc:: SOL_SOCKET ,
721721 libc:: SO_TS_CLOCK ,
722722 i32
You can’t perform that action at this time.
0 commit comments