Skip to content

Commit ac23035

Browse files
nikomatsakisbrson
authored andcommitted
---
yaml --- r: 5941 b: refs/heads/master c: 8eb336a h: refs/heads/master i: 5939: e5a56d8 v: v3
1 parent b2d5e56 commit ac23035

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: 5ddc15e42e3c1eba07bf1197f0f5bdf04ca94c73
2+
refs/heads/master: 8eb336a70512c3781eeebe96ce94c3db639f2efc

trunk/src/lib/run_program.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export program_output;
88
export spawn_process;
99
export waitpid;
1010

11-
native "rust" mod rustrt {
11+
native "c-stack-cdecl" mod rustrt {
1212
fn rust_run_program(argv: *sbuf, in_fd: int, out_fd: int, err_fd: int) ->
1313
int;
1414
}

0 commit comments

Comments
 (0)