]> git.proxmox.com Git - rustc.git/blobdiff - src/libstd/sys/windows/mod.rs
New upstream version 1.23.0+dfsg1
[rustc.git] / src / libstd / sys / windows / mod.rs
index e7a9a121b25195ee0821ebc822816ba8021b5ddc..0d12ecf8fe3a1e12024088e54e202da0c2c8bd41 100644 (file)
@@ -17,12 +17,16 @@ use os::windows::ffi::{OsStrExt, OsStringExt};
 use path::PathBuf;
 use time::Duration;
 
+pub use libc::strlen;
+pub use self::rand::hashmap_random_keys;
+
 #[macro_use] pub mod compat;
 
 pub mod args;
 #[cfg(feature = "backtrace")]
 pub mod backtrace;
 pub mod c;
+pub mod cmath;
 pub mod condvar;
 #[cfg(feature = "backtrace")]
 pub mod dynamic_lib;