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 @@ -20,6 +20,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2020 (#[ 1473] ( https://github.com/nix-rust/nix/pull/1473 ) )
2121- Added ` setrlimit ` and ` getrlimit ` .
2222 (#[ 1302] ( https://github.com/nix-rust/nix/pull/1302 ) )
23+ - Added ` ptrace::interrupt ` method for platforms that support ` PTRACE_INTERRUPT `
24+ (#[ 1422] ( https://github.com/nix-rust/nix/pull/1422 ) )
2325
2426### Changed
2527
@@ -90,8 +92,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
9092- Added ` sendfile64 ` (#[ 1439] ( https://github.com/nix-rust/nix/pull/1439 ) )
9193- Added ` MS_LAZYTIME ` to ` MsFlags `
9294 (#[ 1437] ( https://github.com/nix-rust/nix/pull/1437 ) )
93- - Added ` ptrace::interrupt ` method for platforms that support ` PTRACE_INTERRUPT `
94- (#[ 1422] ( https://github.com/nix-rust/nix/pull/1422 ) )
9595
9696### Changed
9797- Made ` forkpty ` unsafe, like ` fork `
You can’t perform that action at this time.
0 commit comments