File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6565 ([ #749 ] ( https://github.com/nix-rust/nix/pull/749 ) )
6666- ` AioCb::Drop ` will now panic if the ` AioCb ` is still in-progress ([ #715 ] ( https://github.com/nix-rust/nix/pull/715 ) )
6767
68- # Fixed
68+ ### Fixed
6969- Fix compilation and tests for OpenBSD targets
7070 ([ #688 ] ( https://github.com/nix-rust/nix/pull/688 ) )
7171- Fixed error handling in ` AioCb::fsync ` , ` AioCb::read ` , and ` AioCb::write ` .
7272 It is no longer an error to drop an ` AioCb ` that failed to enqueue in the OS.
7373 ([ #715 ] ( https://github.com/nix-rust/nix/pull/715 ) )
7474
75- # Removed
75+ ### Removed
7676- The syscall module has been removed. This only exposed enough functionality for
7777 ` memfd_create() ` and ` pivot_root() ` , which are still exposed as separate functions.
7878 ([ #747 ] ( https://github.com/nix-rust/nix/pull/747 ) )
You can’t perform that action at this time.
0 commit comments