diff --git a/src/lib.rs b/src/lib.rs index 974bd196..368affd7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -249,7 +249,7 @@ cfg_if! { mod util_libc; mod use_file; mod lazy; - #[path = "linux_with_fallback.rs"] mod imp; + #[path = "linux_android_with_fallback.rs"] mod imp; } else if #[cfg(any(target_os = "android", target_os = "linux"))] { mod util_libc; #[path = "linux_android.rs"] mod imp; diff --git a/src/linux_with_fallback.rs b/src/linux_android_with_fallback.rs similarity index 100% rename from src/linux_with_fallback.rs rename to src/linux_android_with_fallback.rs