Skip to content

Commit d86893c

Browse files
committed
---
yaml --- r: 6334 b: refs/heads/master c: 2b8cf89 h: refs/heads/master v: v3
1 parent f6e4ffb commit d86893c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 037a1de4050f3678748524580955f17c63d3e744
2+
refs/heads/master: 2b8cf89ba24f2a151b27ebf8341de74308350771

trunk/src/lib/win32_os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ native mod libc {
88
fn fread(buf: *u8, size: size_t, n: size_t, f: libc::FILE) -> size_t;
99
fn fwrite(buf: *u8, size: size_t, n: size_t, f: libc::FILE) -> size_t;
1010
#[link_name = "_open"]
11-
fn open(s: str::sbuf, flags: c_int, mode: c_int) -> c_int;
11+
fn open(s: str::sbuf, flags: c_int, mode: unsigned) -> c_int;
1212
#[link_name = "_close"]
1313
fn close(fd: fd_t) -> c_int;
1414
type FILE;

0 commit comments

Comments
 (0)