Skip to content

Commit

Permalink
Take sys/vxworks/stdio from sys/unix instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Oct 16, 2020
1 parent 5d526f6 commit 4853a6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 69 deletions.
1 change: 1 addition & 0 deletions library/std/src/sys/vxworks/mod.rs
Expand Up @@ -30,6 +30,7 @@ pub mod rand;
pub mod rwlock;
#[path = "../unix/stack_overflow.rs"]
pub mod stack_overflow;
#[path = "../unix/stdio.rs"]
pub mod stdio;
#[path = "../unix/thread.rs"]
pub mod thread;
Expand Down
69 changes: 0 additions & 69 deletions library/std/src/sys/vxworks/stdio.rs

This file was deleted.

0 comments on commit 4853a6e

Please sign in to comment.