move more native "rust" to native "c-stack-cdecl"
This commit is contained in:
committed by
Brian Anderson
parent
910f7c6dd3
commit
af99b4b0dc
@@ -72,7 +72,7 @@ fn waitpid(pid: int) -> int {
|
||||
ret status;
|
||||
}
|
||||
|
||||
native "rust" mod rustrt {
|
||||
native "c-stack-cdecl" mod rustrt {
|
||||
fn rust_getcwd() -> str;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user