diff options
Diffstat (limited to 'src/lib/run_program.rs')
| -rw-r--r-- | src/lib/run_program.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/run_program.rs b/src/lib/run_program.rs index eb72ccc34aa..f8f84fa40e5 100644 --- a/src/lib/run_program.rs +++ b/src/lib/run_program.rs @@ -12,7 +12,7 @@ export program_output; export spawn_process; export waitpid; -native "c-stack-cdecl" mod rustrt { +native "cdecl" mod rustrt { fn rust_run_program(argv: *sbuf, in_fd: int, out_fd: int, err_fd: int) -> int; } |
