Skip to content

Commit 3f38458

Browse files
emberianPaul Osborne
authored andcommitted
conditionally enable ioctl test for linux
1 parent bd10330 commit 3f38458

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sys/test_ioctl.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![cfg(target_os = "linux")] // no ioctl support for osx yet
12
use nix::sys::ioctl::*;
23

34
// See C code for source of values for op calculations:

0 commit comments

Comments
 (0)