Skip to content

Commit fe90f3c

Browse files
nikomatsakisbrson
authored andcommitted
---
yaml --- r: 5934 b: refs/heads/master c: af99b4b h: refs/heads/master v: v3
1 parent e628f15 commit fe90f3c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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: 910f7c6dd3a4cc2b839545e0613c4500271c5a68
2+
refs/heads/master: af99b4b0dc530e58ced8780f0322ca8d2c1578f9

trunk/src/lib/linux_os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fn waitpid(pid: int) -> int {
7272
ret status;
7373
}
7474

75-
native "rust" mod rustrt {
75+
native "c-stack-cdecl" mod rustrt {
7676
fn rust_getcwd() -> str;
7777
}
7878

trunk/src/lib/macos_os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fn waitpid(pid: int) -> int {
7171
ret status;
7272
}
7373

74-
native "rust" mod rustrt {
74+
native "c-stack-cdecl" mod rustrt {
7575
fn rust_getcwd() -> str;
7676
}
7777

trunk/src/lib/win32_os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fn fd_FILE(fd: int) -> libc::FILE {
7979
ret str::as_buf("r", {|modebuf| libc::_fdopen(fd, modebuf) });
8080
}
8181

82-
native "rust" mod rustrt {
82+
native "c-stack-cdecl" mod rustrt {
8383
fn rust_process_wait(handle: int) -> int;
8484
fn rust_getcwd() -> str;
8585
}

0 commit comments

Comments
 (0)