We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd10330 commit 3f38458Copy full SHA for 3f38458
test/sys/test_ioctl.rs
@@ -1,3 +1,4 @@
1
+#![cfg(target_os = "linux")] // no ioctl support for osx yet
2
use nix::sys::ioctl::*;
3
4
// See C code for source of values for op calculations:
0 commit comments