Skip to content

Commit d4cc7bb

Browse files
committed
---
yaml --- r: 6442 b: refs/heads/master c: bb7750b h: refs/heads/master v: v3
1 parent 3a7a8b6 commit d4cc7bb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: d0a2f00611cc1622cfcd18dda66206277e8e2176
2+
refs/heads/master: bb7750b8d0e9e02f586e4be6883fc2926236dfea

trunk/src/lib/macos_os.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ native mod libc {
4040
type dirent;
4141
fn readdir(d: dir) -> dirent;
4242
fn getenv(n: str::sbuf) -> str::sbuf;
43-
fn setenv(n: str::sbuf, v: str::sbuf, overwrite: int) -> int;
44-
fn unsetenv(n: str::sbuf) -> int;
45-
fn pipe(buf: *mutable int) -> int;
46-
fn waitpid(pid: int, &status: int, options: int) -> int;
47-
fn mkdir(s: str::sbuf, mode: int) -> int;
48-
fn rmdir(s: str::sbuf) -> int;
43+
fn setenv(n: str::sbuf, v: str::sbuf, overwrite: c_int) -> c_int;
44+
fn unsetenv(n: str::sbuf) -> c_int;
45+
fn pipe(buf: *mutable c_int) -> c_int;
46+
fn waitpid(pid: int, &status: c_int, options: c_int) -> c_int;
47+
fn mkdir(s: str::sbuf, mode: c_int) -> c_int;
48+
fn rmdir(s: str::sbuf) -> c_int;
4949
}
5050

5151
mod libc_constants {

0 commit comments

Comments
 (0)