]> git.lizzy.rs Git - rust.git/commitdiff
move io.rs natives from "rust" to "c-stack-stdlib"
authorNiko Matsakis <niko@alum.mit.edu>
Thu, 20 Oct 2011 14:04:20 +0000 (07:04 -0700)
committerBrian Anderson <banderson@mozilla.com>
Mon, 24 Oct 2011 23:06:16 +0000 (16:06 -0700)
src/lib/io.rs

index 1f5f29f80fa73cd3d2173050a1dec9e30e55072f..57ea12d3850fd038e6241a382cb0a4103aed12a6 100644 (file)
@@ -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;