We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678d078 commit 66c9b04Copy full SHA for 66c9b04
library/std/src/sys/vxworks/alloc.rs
library/std/src/sys/vxworks/mod.rs
@@ -7,6 +7,7 @@ pub use self::rand::hashmap_random_keys;
7
pub use crate::os::vxworks as platform;
8
pub use libc::strlen;
9
10
+#[path = "../unix/alloc.rs"]
11
pub mod alloc;
12
pub mod args;
13
pub mod cmath;
0 commit comments