move io.rs natives from "rust" to "c-stack-stdlib"
This commit is contained in:
parent
b13e7e0f3d
commit
910f7c6dd3
@ -1,7 +1,7 @@
|
||||
|
||||
import os::libc;
|
||||
|
||||
native "rust" mod rustrt {
|
||||
native "c-stack-cdecl" mod rustrt {
|
||||
fn rust_get_stdin() -> os::libc::FILE;
|
||||
fn rust_get_stdout() -> os::libc::FILE;
|
||||
fn rust_get_stderr() -> os::libc::FILE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user