Skip to content

Commit d194762

Browse files
committed
Take sys/vxworks/time from sys/unix instead.
1 parent f875c8b commit d194762

File tree

2 files changed

+1
-197
lines changed

2 files changed

+1
-197
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ pub mod stdio;
3333
pub mod thread;
3434
pub mod thread_local_dtor;
3535
pub mod thread_local_key;
36+
#[path = "../unix/time.rs"]
3637
pub mod time;
3738

3839
pub use crate::sys_common::os_str_bytes as os_str;

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

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

0 commit comments

Comments
 (0)