From 52b498494534784c77bfa4a93706be40620ebd9a Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 4 Apr 2020 01:47:30 +0200 Subject: Lots of changes --- src/c/posix.rs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/c/posix.rs') diff --git a/src/c/posix.rs b/src/c/posix.rs index 3933a2e..6b63ea7 100644 --- a/src/c/posix.rs +++ b/src/c/posix.rs @@ -1,8 +1,7 @@ extern "C" { pub fn strndup(cs: *const libc::c_char, n: libc::size_t) -> *mut libc::c_char; - pub static mut stdin: *mut libc::FILE; - pub static mut stdout: *mut libc::FILE; - pub static mut stderr: *mut libc::FILE; - + // pub static stdin: *mut libc::FILE; + pub static stdout: *mut libc::FILE; + pub static stderr: *mut libc::FILE; } -- cgit v1.2.3