Skip to content

Commit f3f30c7

Browse files
committed
Take sys/vxworks/condvar from sys/unix instead.
1 parent b8dcd2f commit f3f30c7

File tree

2 files changed

+1
-91
lines changed

2 files changed

+1
-91
lines changed

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pub use libc::strlen;
1010
pub mod alloc;
1111
pub mod args;
1212
pub mod cmath;
13+
#[path = "../unix/condvar.rs"]
1314
pub mod condvar;
1415
pub mod env;
1516
pub mod ext;

0 commit comments

Comments
 (0)