File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
45
45
(#[ 1563] ( https://github.com/nix-rust/nix/pull/1563 ) )
46
46
- Added ` process_vm_readv ` and ` process_vm_writev ` on Android.
47
47
(#[ 1557] ( https://github.com/nix-rust/nix/pull/1557 ) )
48
+ - Added ` nix::uncontext ` module on s390x.
49
+ (#[ 1662] ( https://github.com/nix-rust/nix/pull/1662 ) )
48
50
49
51
### Changed
50
52
Original file line number Diff line number Diff line change @@ -146,7 +146,8 @@ feature! {
146
146
// This can be implemented for other platforms as soon as libc
147
147
// provides bindings for them.
148
148
#[ cfg( all( target_os = "linux" ,
149
- any( target_arch = "x86" , target_arch = "x86_64" ) ) ) ]
149
+ any( target_arch = "s390x" , target_arch = "x86" ,
150
+ target_arch = "x86_64" ) ) ) ]
150
151
feature ! {
151
152
#![ feature = "ucontext" ]
152
153
#[ allow( missing_docs) ]
You can’t perform that action at this time.
0 commit comments