mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-11 05:13:30 +00:00
21 lines
440 B
Diff
21 lines
440 B
Diff
--- 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"
|