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.
sigqueue
1 parent 9f4ac58 commit c895135Copy full SHA for c895135
src/unix/mod.rs
@@ -1672,6 +1672,14 @@ cfg_if! {
1672
}
1673
1674
1675
+cfg_if! {
1676
+ if #[cfg(not(target_os = "macos"))] {
1677
+ extern "C" {
1678
+ pub fn sigqueue(pid: pid_t, sig: c_int, value: crate::sigval) -> c_int;
1679
+ }
1680
1681
+}
1682
+
1683
cfg_if! {
1684
if #[cfg(not(target_os = "android"))] {
1685
extern "C" {
0 commit comments