readd ExpectTlsFree

This commit is contained in:
auronandace
2026-02-08 22:03:34 +00:00
parent 9b39861779
commit bb6931cd87
+3
View File
@@ -3,6 +3,9 @@
use alloc::{boxed::Box, vec::Vec};
use core::{intrinsics, ptr};
#[cfg(target_os = "redox")]
use generic_rt::ExpectTlsFree;
use crate::{
ALLOCATOR,
header::{libgen, stdio, stdlib},