]> git.proxmox.com Git - rustc.git/blobdiff - library/std/src/sys/unix/alloc.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / library / std / src / sys / unix / alloc.rs
index 7c3d9573940ae500d53b3638ffc0fe9257689221..9d6567c9fb471f381b5c95aab6ea5efedb014775 100644 (file)
@@ -58,7 +58,8 @@ cfg_if::cfg_if! {
         target_os = "illumos",
         target_os = "redox",
         target_os = "solaris",
-        target_os = "espidf"
+        target_os = "espidf",
+        target_os = "horizon"
     ))] {
         #[inline]
         unsafe fn aligned_malloc(layout: &Layout) -> *mut u8 {