Skip to content

Commit 648d1e8

Browse files
committed
Add weak macro to vxworks.
1 parent dd4267d commit 648d1e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

std/src/sys/vxworks/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ pub use self::rand::hashmap_random_keys;
77
pub use crate::os::vxworks as platform;
88
pub use libc::strlen;
99

10+
#[macro_use]
11+
#[path = "../unix/weak.rs"]
12+
pub mod weak;
13+
1014
#[path = "../unix/alloc.rs"]
1115
pub mod alloc;
1216
pub mod args;

0 commit comments

Comments
 (0)