Skip to content

Commit 8095ebd

Browse files
committed
use static TLS implementation on vexos
1 parent dcfa3bd commit 8095ebd

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/thread_local

1 file changed

+1
-0
lines changed

library/std/src/sys/thread_local/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ cfg_if::cfg_if! {
2828
all(target_family = "wasm", not(target_feature = "atomics")),
2929
target_os = "uefi",
3030
target_os = "zkvm",
31+
target_os = "vexos",
3132
))] {
3233
mod statik;
3334
pub use statik::{EagerStorage, LazyStorage, thread_local_inner};

0 commit comments

Comments
 (0)