about summary refs log tree commit diff
path: root/library/std/src/sys/unix/mod.rs
diff options
context:
space:
mode:
authorChristiaan Dirkx <christiaan@dirkx.email>2021-04-12 05:58:30 +0200
committerChristiaan Dirkx <christiaan@dirkx.email>2021-04-19 13:29:22 +0200
commit12120409d56ecfb5bd8ddd06bfecd0443b043834 (patch)
tree84e16a54eade27bb3a9747cf473088d5e578d8dd /library/std/src/sys/unix/mod.rs
parent62652865b6029b4776a7c03efa13a37b15c9b953 (diff)
downloadrust-12120409d56ecfb5bd8ddd06bfecd0443b043834.tar.gz
rust-12120409d56ecfb5bd8ddd06bfecd0443b043834.zip
Move `sys::vxworks` code to `sys::unix`
Diffstat (limited to 'library/std/src/sys/unix/mod.rs')
-rw-r--r--library/std/src/sys/unix/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys/unix/mod.rs b/library/std/src/sys/unix/mod.rs
index 6e44ac19c7b..1316835a89d 100644
--- a/library/std/src/sys/unix/mod.rs
+++ b/library/std/src/sys/unix/mod.rs
@@ -71,6 +71,7 @@ pub fn init() {
         } else if #[cfg(not(any(
             target_os = "emscripten",
             target_os = "fuchsia",
+            target_os = "vxworks",
             // The poll on Darwin doesn't set POLLNVAL for closed fds.
             target_os = "macos",
             target_os = "ios",