Skip to content

Commit 8eb336a

Browse files
nikomatsakisbrson
authored andcommitted
migrate rust_run_program
1 parent 5ddc15e commit 8eb336a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)