File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ mod rusti {
1919 target_os = "macos" ,
2020 target_os = "netbsd" ,
2121 target_os = "openbsd" ,
22- target_os = "solaris" ) ) ]
22+ target_os = "solaris" ,
23+ target_os = "vxworks" ) ) ]
2324mod m {
2425 #[ main]
2526 #[ cfg( target_arch = "x86" ) ]
Original file line number Diff line number Diff line change 77// ignore-wasm32-bare no libc
88// ignore-windows
99// ignore-sgx no libc
10+ // ignore-vxworks no SIGWINCH in user space
1011
1112#![ feature( rustc_private) ]
1213extern crate libc;
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ struct Outer {
4040 target_os = "macos" ,
4141 target_os = "netbsd" ,
4242 target_os = "openbsd" ,
43- target_os = "solaris" ) ) ]
43+ target_os = "solaris" ,
44+ target_os = "vxworks" ) ) ]
4445mod m {
4546 #[ cfg( target_arch = "x86" ) ]
4647 pub mod m {
You can’t perform that action at this time.
0 commit comments