File tree 1 file changed +3
-2
lines changed
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/).
12
12
- Added ` NixPath::is_empty ` .
13
13
([ #1107 ] ( https://github.com/nix-rust/nix/pull/1107 ) )
14
14
15
+ - Add ` clock_gettime ` , ` clock_settime ` , ` clock_getres `
16
+ ([ #1100 ] ( https://github.com/nix-rust/nix/pull/1100 ) )
17
+
15
18
### Changed
16
19
- ` Signal::from_c_int ` has been replaced by ` Signal::try_from `
17
20
([ #1113 ] ( https://github.com/nix-rust/nix/pull/1113 ) )
@@ -66,8 +69,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
69
([ #1058 ] ( https://github.com/nix-rust/nix/pull/1058 ) )
67
70
- Add ` renameat ` .
68
71
([ #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 ) )
71
72
72
73
### Changed
73
74
- Support for ` ifaddrs ` now present when building for Android.
You can’t perform that action at this time.
0 commit comments