Replace C types with Rust types in libstd, closes #7313

This commit is contained in:
Florian Hahn
2013-12-12 22:27:26 +01:00
parent 750d48b0ad
commit 2eb4f05850
19 changed files with 158 additions and 173 deletions

View File

@@ -70,7 +70,6 @@ pub fn default_sched_threads() -> uint {
pub fn dumb_println(args: &fmt::Arguments) {
use io;
use libc;
struct Stderr;
impl io::Writer for Stderr {