]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys/unix/alloc.rs
Rollup merge of #90704 - ijackson:exitstatus-comments, r=joshtriplett
[rust.git] / library / std / src / sys / unix / alloc.rs
index 1b71905aa09b77b448cb6cb433fd2cfa54d82b52..7c3d9573940ae500d53b3638ffc0fe9257689221 100644 (file)
@@ -57,7 +57,8 @@ unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut
         target_os = "android",
         target_os = "illumos",
         target_os = "redox",
-        target_os = "solaris"
+        target_os = "solaris",
+        target_os = "espidf"
     ))] {
         #[inline]
         unsafe fn aligned_malloc(layout: &Layout) -> *mut u8 {