VxWorks does provide sigemptyset and sigaddset
This commit is contained in:
parent
b07d175388
commit
7a9dd00506
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ cfg_if::cfg_if! {
|
|||
raw[bit / 8] |= 1 << (bit % 8);
|
||||
return 0;
|
||||
}
|
||||
} else if #[cfg(not(target_os = "vxworks"))] {
|
||||
} else {
|
||||
pub use libc::{sigemptyset, sigaddset};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue