Skip to content

Commit 08bcaac

Browse files
committed
Take sys/vxworks/memchar from sys/unix instead.
1 parent dce405a commit 08bcaac

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

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

Lines changed: 0 additions & 21 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
@@ -23,6 +23,7 @@ pub mod ext;
2323
pub mod fd;
2424
pub mod fs;
2525
pub mod io;
26+
#[path = "../unix/memchr.rs"]
2627
pub mod memchr;
2728
#[path = "../unix/mutex.rs"]
2829
pub mod mutex;

0 commit comments

Comments
 (0)