Skip to content

Commit 99da5c2

Browse files
nielxThomasdezeeuw
authored andcommitted
Haiku: no SOCK_RDM support in Haiku
1 parent b806433 commit 99da5c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sys/unix.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ impl_debug!(
132132
libc::SOCK_STREAM,
133133
libc::SOCK_DGRAM,
134134
libc::SOCK_RAW,
135+
#[cfg(not(target_os = "haiku"))]
135136
libc::SOCK_RDM,
136137
libc::SOCK_SEQPACKET,
137138
/* TODO: add these optional bit OR-ed flags:

0 commit comments

Comments
 (0)