Rename "c-stack-cdecl" ABI to "cdecl"
This commit is contained in:
parent
2b9b6e3521
commit
b7ab28b50f
23 changed files with 25 additions and 27 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue