Skip to content

Commit e628f15

Browse files
nikomatsakisbrson
authored andcommitted
---
yaml --- r: 5933 b: refs/heads/master c: 910f7c6 h: refs/heads/master i: 5931: 7af3a27 v: v3
1 parent 689aef0 commit e628f15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: b13e7e0f3dfa683471928f2a4500f1d592ada19d
2+
refs/heads/master: 910f7c6dd3a4cc2b839545e0613c4500271c5a68

trunk/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)