Skip to content

Commit b8dcd2f

Browse files
committed
Take sys/vxworks/mutex from sys/unix instead.
1 parent b6e2dc6 commit b8dcd2f

File tree

2 files changed

+1
-133
lines changed

2 files changed

+1
-133
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pub mod fd;
1717
pub mod fs;
1818
pub mod io;
1919
pub mod memchr;
20+
#[path = "../unix/mutex.rs"]
2021
pub mod mutex;
2122
pub mod net;
2223
pub mod os;

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

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

0 commit comments

Comments
 (0)