Skip to content

Commit 4853a6e

Browse files
committed
Take sys/vxworks/stdio from sys/unix instead.
1 parent 5d526f6 commit 4853a6e

File tree

2 files changed

+1
-69
lines changed

2 files changed

+1
-69
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pub mod rand;
3030
pub mod rwlock;
3131
#[path = "../unix/stack_overflow.rs"]
3232
pub mod stack_overflow;
33+
#[path = "../unix/stdio.rs"]
3334
pub mod stdio;
3435
#[path = "../unix/thread.rs"]
3536
pub mod thread;

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

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

0 commit comments

Comments
 (0)