diff options
Diffstat (limited to 'src/fcntl.rs')
-rw-r--r-- | src/fcntl.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fcntl.rs b/src/fcntl.rs index 86375e4a..5abf65ac 100644 --- a/src/fcntl.rs +++ b/src/fcntl.rs @@ -48,7 +48,6 @@ libc_bitflags!( O_DIRECTORY; /// Implicitly follow each `write()` with an `fdatasync()`. #[cfg(any(target_os = "android", - target_os = "dragonfly", target_os = "ios", target_os = "linux", target_os = "macos", |