From e6d810d14965f1783b0ce1ff0e4db3f4a157014c Mon Sep 17 00:00:00 2001 From: alesharik Date: Wed, 11 Jul 2018 17:21:23 +0300 Subject: Update statfs --- src/sys/mod.rs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/sys/mod.rs') diff --git a/src/sys/mod.rs b/src/sys/mod.rs index 88c7251d..d3c2f92b 100644 --- a/src/sys/mod.rs +++ b/src/sys/mod.rs @@ -71,7 +71,14 @@ pub mod socket; pub mod stat; -#[cfg(any(target_os = "android", target_os = "linux", target_os = "macos"))] +#[cfg(any(target_os = "android", + target_os = "dragonfly", + target_os = "freebsd", + target_os = "ios", + target_os = "linux", + target_os = "macos", + target_os = "openbsd" +))] pub mod statfs; pub mod statvfs; -- cgit v1.2.3