about summary refs log tree commit diff
path: root/src/libstd/sys/cloudabi
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2020-07-12 11:45:04 +0200
committerRalf Jung <post@ralfj.de>2020-07-12 11:46:42 +0200
commit7dc388654d6ef038065db23340e8eff7a567e5b4 (patch)
tree7ad0029db375a6c1839979b41aa90de3724e5e25 /src/libstd/sys/cloudabi
parent8082fb988a5915e693f18e6d299deaae64834079 (diff)
downloadrust-7dc388654d6ef038065db23340e8eff7a567e5b4.tar.gz
rust-7dc388654d6ef038065db23340e8eff7a567e5b4.zip
adjust remaining targets
Diffstat (limited to 'src/libstd/sys/cloudabi')
-rw-r--r--src/libstd/sys/cloudabi/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/sys/cloudabi/mod.rs b/src/libstd/sys/cloudabi/mod.rs
index 8dbc31472d6..f7dd2c8d00f 100644
--- a/src/libstd/sys/cloudabi/mod.rs
+++ b/src/libstd/sys/cloudabi/mod.rs
@@ -16,8 +16,8 @@ pub mod rwlock;
 pub mod stack_overflow;
 pub mod stdio;
 pub mod thread;
-#[path = "../unix/thread_local.rs"]
-pub mod thread_local;
+#[path = "../unix/thread_local_key.rs"]
+pub mod thread_local_key;
 pub mod time;
 
 pub use crate::sys_common::os_str_bytes as os_str;