We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07d175 commit 7a9dd00Copy full SHA for 7a9dd00
library/std/src/sys/unix/process/process_common.rs
@@ -50,7 +50,7 @@ cfg_if::cfg_if! {
50
raw[bit / 8] |= 1 << (bit % 8);
51
return 0;
52
}
53
- } else if #[cfg(not(target_os = "vxworks"))] {
+ } else {
54
pub use libc::{sigemptyset, sigaddset};
55
56
0 commit comments