Fix build, mostly

This commit is contained in:
Jeremy Soller
2018-08-26 08:56:02 -06:00
parent c20ce5ffed
commit 277b9abcd5
38 changed files with 210 additions and 210 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use core::{slice, str};
use platform::types::*;
use platform::{self, Write};
use vl::VaList;
use va_list::VaList;
pub unsafe fn printf<W: Write>(w: W, format: *const c_char, mut ap: VaList) -> c_int {
let mut w = platform::CountingWriter::new(w);