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 66c9b04 commit c909ff9Copy full SHA for c909ff9
library/std/src/sys/vxworks/mod.rs
@@ -7,6 +7,10 @@ pub use self::rand::hashmap_random_keys;
7
pub use crate::os::vxworks as platform;
8
pub use libc::strlen;
9
10
+#[macro_use]
11
+#[path = "../unix/weak.rs"]
12
+pub mod weak;
13
+
14
#[path = "../unix/alloc.rs"]
15
pub mod alloc;
16
pub mod args;
0 commit comments