File tree 1 file changed +3
-7
lines changed
std/src/sys/pal/unix/process
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -1040,24 +1040,20 @@ fn signal_string(signal: i32) -> &'static str {
1040
1040
#[ cfg( any( target_os = "linux" , target_os = "nto" ) ) ]
1041
1041
libc:: SIGPWR => " (SIGPWR)" ,
1042
1042
#[ cfg( any(
1043
- target_os = "macos" ,
1044
- target_os = "ios" ,
1045
- target_os = "tvos" ,
1046
1043
target_os = "freebsd" ,
1047
1044
target_os = "netbsd" ,
1048
1045
target_os = "openbsd" ,
1049
1046
target_os = "dragonfly" ,
1050
1047
target_os = "nto" ,
1048
+ target_vendor = "apple" ,
1051
1049
) ) ]
1052
1050
libc:: SIGEMT => " (SIGEMT)" ,
1053
1051
#[ cfg( any(
1054
- target_os = "macos" ,
1055
- target_os = "ios" ,
1056
- target_os = "tvos" ,
1057
1052
target_os = "freebsd" ,
1058
1053
target_os = "netbsd" ,
1059
1054
target_os = "openbsd" ,
1060
- target_os = "dragonfly"
1055
+ target_os = "dragonfly" ,
1056
+ target_vendor = "apple" ,
1061
1057
) ) ]
1062
1058
libc:: SIGINFO => " (SIGINFO)" ,
1063
1059
#[ cfg( target_os = "hurd" ) ]
You can’t perform that action at this time.
0 commit comments