File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
## [ Unreleased]
7
7
8
8
### Added
9
+ - Added ` nix::poll ` module for all platforms
10
+ ([ #672 ] ( https://github.com/nix-rust/nix/pull/672 ) )
11
+ - Added ` nix::ppoll ` function for FreeBSD and DragonFly
12
+ ([ #672 ] ( https://github.com/nix-rust/nix/pull/672 ) )
9
13
- Added protocol families in ` AddressFamily ` enum.
10
14
([ #647 ] ( https://github.com/nix-rust/nix/pull/647 ) )
11
15
@@ -42,10 +46,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
42
46
- On Linux and Android, added support for receiving ` PTRACE_O_TRACESYSGOOD `
43
47
events from ` wait ` and ` waitpid ` using ` WaitStatus::PtraceSyscall `
44
48
([ #566 ] ( https://github.com/nix-rust/nix/pull/566 ) ).
45
- - Added ` nix::poll ` module for all platforms
46
- ([ #672 ] ( https://github.com/nix-rust/nix/pull/672 ) )
47
- - Added ` nix::ppoll ` function for FreeBSD and DragonFly
48
- ([ #672 ] ( https://github.com/nix-rust/nix/pull/672 ) )
49
49
50
50
### Changed
51
51
- The ` ioctl! ` macro and its variants now allow the generated functions to have
You can’t perform that action at this time.
0 commit comments