Skip to content

Commit

Permalink
HermitCore support is moved to sys/hermit, remove obsolete statement …
Browse files Browse the repository at this point in the history
…in sys/unix
  • Loading branch information
stlankes committed Nov 19, 2019
1 parent 8871731 commit ab6cb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/unix/fast_thread_local.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// fallback implementation to use as well.
//
// Due to rust-lang/rust#18804, make sure this is not generic!
#[cfg(any(target_os = "linux", target_os = "fuchsia", target_os = "hermit", target_os = "redox",
#[cfg(any(target_os = "linux", target_os = "fuchsia", target_os = "redox",
target_os = "emscripten"))]
pub unsafe fn register_dtor(t: *mut u8, dtor: unsafe extern fn(*mut u8)) {
use crate::mem;
Expand Down

0 comments on commit ab6cb01

Please sign in to comment.