Skip to content

Commit 910f7c6

Browse files
nikomatsakisbrson
authored andcommitted
move io.rs natives from "rust" to "c-stack-stdlib"
1 parent b13e7e0 commit 910f7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/io.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
import os::libc;
33

4-
native "rust" mod rustrt {
4+
native "c-stack-cdecl" mod rustrt {
55
fn rust_get_stdin() -> os::libc::FILE;
66
fn rust_get_stdout() -> os::libc::FILE;
77
fn rust_get_stderr() -> os::libc::FILE;

0 commit comments

Comments
 (0)