summary refs log tree commit diff
path: root/src/libstd/sys/hermit/fast_thread_local.rs
blob: 1108e2545bdebacc3240150de63abc8889eec9f4 (plain)
1
2
3
4
#![cfg(target_thread_local)]
#![unstable(feature = "thread_local_internals", issue = "none")]

pub use crate::sys_common::thread_local::register_dtor_fallback as register_dtor;