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 {
19
19
target_os = "macos" ,
20
20
target_os = "netbsd" ,
21
21
target_os = "openbsd" ,
22
- target_os = "solaris" ) ) ]
22
+ target_os = "solaris" ,
23
+ target_os = "vxworks" ) ) ]
23
24
mod m {
24
25
#[ main]
25
26
#[ cfg( target_arch = "x86" ) ]
Original file line number Diff line number Diff line change 7
7
// ignore-wasm32-bare no libc
8
8
// ignore-windows
9
9
// ignore-sgx no libc
10
+ // ignore-vxworks no SIGWINCH in user space
10
11
11
12
#![ feature( rustc_private) ]
12
13
extern crate libc;
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ struct Outer {
40
40
target_os = "macos" ,
41
41
target_os = "netbsd" ,
42
42
target_os = "openbsd" ,
43
- target_os = "solaris" ) ) ]
43
+ target_os = "solaris" ,
44
+ target_os = "vxworks" ) ) ]
44
45
mod m {
45
46
#[ cfg( target_arch = "x86" ) ]
46
47
pub mod m {
You can’t perform that action at this time.
0 commit comments