summaryrefslogtreecommitdiff
path: root/src/unix/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix/mod.rs')
-rw-r--r--src/unix/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unix/mod.rs b/src/unix/mod.rs
index 42f99ca715..6aa6c5b53e 100644
--- a/src/unix/mod.rs
+++ b/src/unix/mod.rs
@@ -1646,6 +1646,7 @@ cfg_if! {
mod newlib;
pub use self::newlib::*;
} else if #[cfg(any(target_os = "linux",
+ target_os = "l4re",
target_os = "android",
target_os = "emscripten"))] {
mod linux_like;