Skip to content

Commit ebd0ef9

Browse files
authored
Rollup merge of #66553 - hermitcore:hermit, r=rkruppe
remove HermitCore leftovers from sys/unix HermitCore support is already moved to the directory "sys/hermit". => remove leftovers
2 parents fff8ae1 + ab6cb01 commit ebd0ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/unix/fast_thread_local.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// fallback implementation to use as well.
1111
//
1212
// Due to rust-lang/rust#18804, make sure this is not generic!
13-
#[cfg(any(target_os = "linux", target_os = "fuchsia", target_os = "hermit", target_os = "redox",
13+
#[cfg(any(target_os = "linux", target_os = "fuchsia", target_os = "redox",
1414
target_os = "emscripten"))]
1515
pub unsafe fn register_dtor(t: *mut u8, dtor: unsafe extern fn(*mut u8)) {
1616
use crate::mem;

0 commit comments

Comments
 (0)