From bb6931cd87752edd0110f89ff21fee0a6f085873 Mon Sep 17 00:00:00 2001 From: auronandace Date: Sun, 8 Feb 2026 22:03:34 +0000 Subject: [PATCH] readd ExpectTlsFree --- src/start.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/start.rs b/src/start.rs index 6f8e385919..466c540894 100644 --- a/src/start.rs +++ b/src/start.rs @@ -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},