Skip to content

Commit 788284c

Browse files
author
Al Hoang
committed
haiku: updated with recommends for signal
1 parent e1f613e commit 788284c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sys/signal.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ libc_enum!{
9090
SIGWINCH,
9191
/// Input/output possible signal
9292
#[cfg(not(target_os = "haiku"))]
93+
#[cfg_attr(docsrs, doc(cfg(all())))]
9394
SIGIO,
9495
#[cfg(any(target_os = "android", target_os = "emscripten",
9596
target_os = "fuchsia", target_os = "linux"))]
@@ -106,10 +107,9 @@ libc_enum!{
106107
SIGEMT,
107108
#[cfg(not(any(target_os = "android", target_os = "emscripten",
108109
target_os = "fuchsia", target_os = "linux",
109-
target_os = "redox")))]
110+
target_os = "redox", target_os = "haiku")))]
110111
#[cfg_attr(docsrs, doc(cfg(all())))]
111112
/// Information request
112-
#[cfg(not(target_os = "haiku"))]
113113
SIGINFO,
114114
}
115115
impl TryFrom<i32>

0 commit comments

Comments
 (0)