File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212- Added ` NixPath::is_empty ` .
1313 ([ #1107 ] ( https://github.com/nix-rust/nix/pull/1107 ) )
1414
15+ - Add ` clock_gettime ` , ` clock_settime ` , ` clock_getres `
16+ ([ #1100 ] ( https://github.com/nix-rust/nix/pull/1100 ) )
17+
1518### Changed
1619- ` Signal::from_c_int ` has been replaced by ` Signal::try_from `
1720 ([ #1113 ] ( https://github.com/nix-rust/nix/pull/1113 ) )
@@ -66,8 +69,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6669 ([ #1058 ] ( https://github.com/nix-rust/nix/pull/1058 ) )
6770- Add ` renameat ` .
6871 ([ #1097 ] ( https://github.com/nix-rust/nix/pull/1097 ) )
69- - Add ` clock_gettime ` , ` clock_settime ` , ` clock_getres `
70- ([ #1100 ] ( https://github.com/nix-rust/nix/pull/1100 ) )
7172
7273### Changed
7374- Support for ` ifaddrs ` now present when building for Android.
You can’t perform that action at this time.
0 commit comments