--- a/src/lib.rs +++ b/src/lib.rs @@ -252,7 +252,6 @@ pub mod rand; #[cfg(not(any( windows, - target_os = "android", target_os = "espidf", target_os = "vita", target_os = "wasi" --- a/src/backend/libc/mod.rs +++ b/src/backend/libc/mod.rs @@ -186,7 +186,6 @@ pub(crate) mod prctl; #[cfg(not(any( windows, - target_os = "android", target_os = "espidf", target_os = "vita", target_os = "wasi"