auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me
Rebasing of #12526 with a very obscure bug fixed on windows.
This commit is contained in:
commit
f1f50565a1
124 changed files with 612 additions and 511 deletions
|
@ -71,6 +71,9 @@
|
|||
// Make and rand accessible for benchmarking/testcases
|
||||
#[cfg(test)] extern crate rand;
|
||||
|
||||
// we wrap some libc stuff
|
||||
extern crate libc;
|
||||
|
||||
// Make std testable by not duplicating lang items. See #2912
|
||||
#[cfg(test)] extern crate realstd = "std";
|
||||
#[cfg(test)] pub use kinds = realstd::kinds;
|
||||
|
@ -174,8 +177,6 @@ pub mod sync;
|
|||
|
||||
/* Runtime and platform support */
|
||||
|
||||
#[unstable]
|
||||
pub mod libc;
|
||||
pub mod c_str;
|
||||
pub mod c_vec;
|
||||
pub mod os;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue