summaryrefslogtreecommitdiff
path: root/src/sys/aio.rs
diff options
context:
space:
mode:
authorBryant Mairs <bryantmairs@google.com>2017-11-16 20:59:05 -0800
committerBryant Mairs <bryantmairs@google.com>2017-11-16 20:59:05 -0800
commit1e382ffa14d0e6becc8a15f962dec585b94ec381 (patch)
tree654be48d91c430b52e28fed519e6f43c942d9577 /src/sys/aio.rs
parentb3356857871a11c0a64c096eb8fa1883b881ba92 (diff)
downloadnix-1e382ffa14d0e6becc8a15f962dec585b94ec381.zip
Remove bitrig #[cfgs
Bitrig is in the process of re-merging with OpenBSD as is no longer actively developed. Additionally it was never tested, and probably was quite broken, for nix. So let's remove all references and not even pretend to support it.
Diffstat (limited to 'src/sys/aio.rs')
-rw-r--r--src/sys/aio.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sys/aio.rs b/src/sys/aio.rs
index 826c0973..6166467c 100644
--- a/src/sys/aio.rs
+++ b/src/sys/aio.rs
@@ -19,8 +19,7 @@ libc_enum! {
/// do it like `fsync`
O_SYNC,
/// on supported operating systems only, do it like `fdatasync`
- #[cfg(any(target_os = "bitrig",
- target_os = "ios",
+ #[cfg(any(target_os = "ios",
target_os = "linux",
target_os = "macos",
target_os = "netbsd",