summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fcntl.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcntl.rs b/src/fcntl.rs
index 1e24f603..a9ef9ad1 100644
--- a/src/fcntl.rs
+++ b/src/fcntl.rs
@@ -35,7 +35,7 @@ libc_bitflags! {
AT_NO_AUTOMOUNT;
#[cfg(any(target_os = "android", target_os = "linux"))]
AT_EMPTY_PATH;
- #[cfg(any(target_os = "illumos", target_os = "solaris"))]
+ #[cfg(not(target_os = "android"))]
AT_EACCESS;
}
}