Skip to content

Commit 43b75d3

Browse files
nielxThomasdezeeuw
authored andcommitted
Haiku: no SOCK_RDM support in Haiku
1 parent 359d024 commit 43b75d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/unix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ impl_debug!(
150150
libc::SOCK_DGRAM,
151151
#[cfg(not(target_os = "redox"))]
152152
libc::SOCK_RAW,
153-
#[cfg(not(target_os = "redox"))]
153+
#[cfg(not(any(target_os = "redox", target_os = "haiku")))]
154154
libc::SOCK_RDM,
155155
#[cfg(not(target_os = "redox"))]
156156
libc::SOCK_SEQPACKET,

0 commit comments

Comments
 (0)