Skip to content

Commit 66c9b04

Browse files
committed
Take sys/vxworks/alloc from sys/unix instead.
1 parent 678d078 commit 66c9b04

File tree

2 files changed

+1
-49
lines changed

2 files changed

+1
-49
lines changed

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

Lines changed: 0 additions & 49 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
@@ -7,6 +7,7 @@ pub use self::rand::hashmap_random_keys;
77
pub use crate::os::vxworks as platform;
88
pub use libc::strlen;
99

10+
#[path = "../unix/alloc.rs"]
1011
pub mod alloc;
1112
pub mod args;
1213
pub mod cmath;

0 commit comments

Comments
 (0)