Skip to content

Commit c909ff9

Browse files
committed
Add weak macro to vxworks.
1 parent 66c9b04 commit c909ff9

File tree

1 file changed

+4
-0
lines changed
  • library/std/src/sys/vxworks

1 file changed

+4
-0
lines changed

library/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)