Skip to content

Commit b0f7784

Browse files
de-vri-esThomasdezeeuw
authored andcommitted
Disable RecvFlags Unix extension for redox.
1 parent 75294de commit b0f7784

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
@@ -212,6 +212,7 @@ impl_debug!(
212212
);
213213

214214
/// Unix-only API.
215+
#[cfg(not(target_os = "redox"))]
215216
impl RecvFlags {
216217
/// Check if the message terminates a record.
217218
///

0 commit comments

Comments
 (0)