Skip to content

Commit ba6eb57

Browse files
nielxkallisti5
authored andcommitted
Haiku: add workaround for missing F_DUPFD_CLOEXEC
The src/libstd/sys/unix/net.rs file depends on it. It is missing from Haiku. This workaround should actually 'fix' the problem, but it turns out the fds-are-cloexec.rs test hangs. I do not know how related these two issues are, but it warrants further investigation. The test is ignored on this platform for now. * Hand rebased from Niels original work on 1.9.0
1 parent 783ab77 commit ba6eb57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-pass/fds-are-cloexec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// ignore-windows
1212
// ignore-android
1313
// ignore-emscripten
14+
// ignore-haiku
1415

1516
#![feature(libc)]
1617

0 commit comments

Comments
 (0)