about summary refs log tree commit diff
path: root/library/std/src/sys/alloc
diff options
context:
space:
mode:
authorNicole LeGare <legare@google.com>2025-02-04 21:59:22 +0000
committerNicole L <dlegare.1001@gmail.com>2025-03-10 10:00:24 -0700
commit87ca2dbb0054256a675e18ddb7098406db4e42ed (patch)
treeb6d8bc32c649b5dfce3d0a764397cb1121d2b902 /library/std/src/sys/alloc
parent2b285cd5f0877e30ad1d83e04f8cc46254e43391 (diff)
downloadrust-87ca2dbb0054256a675e18ddb7098406db4e42ed.tar.gz
rust-87ca2dbb0054256a675e18ddb7098406db4e42ed.zip
Apply rustc-0023-Add-Trusty-OS-support-to-Rust-std.patch
Diffstat (limited to 'library/std/src/sys/alloc')
-rw-r--r--library/std/src/sys/alloc/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys/alloc/mod.rs b/library/std/src/sys/alloc/mod.rs
index 2c0b533a570..8489e17c971 100644
--- a/library/std/src/sys/alloc/mod.rs
+++ b/library/std/src/sys/alloc/mod.rs
@@ -72,6 +72,7 @@ cfg_if::cfg_if! {
         target_family = "unix",
         target_os = "wasi",
         target_os = "teeos",
+        target_os = "trusty",
     ))] {
         mod unix;
     } else if #[cfg(target_os = "windows")] {