Skip to content

Commit 678d078

Browse files
committed
Take sys/vxworks/thread_local_key from sys/unix instead.
1 parent 4853a6e commit 678d078

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ pub mod stdio;
3535
#[path = "../unix/thread.rs"]
3636
pub mod thread;
3737
pub mod thread_local_dtor;
38+
#[path = "../unix/thread_local_key.rs"]
3839
pub mod thread_local_key;
3940
#[path = "../unix/time.rs"]
4041
pub mod time;

library/std/src/sys/vxworks/thread_local_key.rs

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)