mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
Add weak macro to vxworks.
This commit is contained in:
parent
66c9b04e94
commit
c909ff9577
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user