Add weak macro to vxworks.

This commit is contained in:
Mara Bos 2020-10-07 20:38:25 +02:00
parent 66c9b04e94
commit c909ff9577
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ pub use self::rand::hashmap_random_keys;
pub use crate::os::vxworks as platform;
pub use libc::strlen;
#[macro_use]
#[path = "../unix/weak.rs"]
pub mod weak;
#[path = "../unix/alloc.rs"]
pub mod alloc;
pub mod args;