summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/sys/test_ioctl.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sys/test_ioctl.rs b/test/sys/test_ioctl.rs
index 78496fcb..90de9d87 100644
--- a/test/sys/test_ioctl.rs
+++ b/test/sys/test_ioctl.rs
@@ -1,3 +1,4 @@
+#![cfg(target_os = "linux")] // no ioctl support for osx yet
use nix::sys::ioctl::*;
// See C code for source of values for op calculations: