Skip to content

Commit

Permalink
Haiku: no SOCK_RDM support in Haiku
Browse files Browse the repository at this point in the history
  • Loading branch information
nielx authored and Thomasdezeeuw committed Oct 23, 2020
1 parent b806433 commit 99da5c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sys/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ impl_debug!(
libc::SOCK_STREAM,
libc::SOCK_DGRAM,
libc::SOCK_RAW,
#[cfg(not(target_os = "haiku"))]
libc::SOCK_RDM,
libc::SOCK_SEQPACKET,
/* TODO: add these optional bit OR-ed flags:
Expand Down

0 comments on commit 99da5c2

Please sign in to comment.