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
|
|
@ -26,10 +26,10 @@
|
|||
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
use libc;
|
||||
use std::cast;
|
||||
use std::fmt;
|
||||
use std::io;
|
||||
use std::libc;
|
||||
use std::local_data;
|
||||
use std::mem;
|
||||
use std::str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue