Skip to content

Commit b016185

Browse files
committed
---
yaml --- r: 6553 b: refs/heads/master c: 39b05c8 h: refs/heads/master i: 6551: 53cf6aa v: v3
1 parent bf02053 commit b016185

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-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: 21c69d4ba4ddaabbc43c82c040ecc8edd916e27b
2+
refs/heads/master: 39b05c85b804d7a69f26044b8bec2bc78389921f

trunk/src/lib/win32_os.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ native mod libc {
1616
fn _fdopen(fd: fd_t, mode: str::sbuf) -> FILE;
1717
fn fclose(f: FILE);
1818
fn fflush(f: FILE) -> c_int;
19-
fn fsync(fd: fd_t) -> c_int;
2019
fn fileno(f: FILE) -> fd_t;
2120
fn fgetc(f: FILE) -> c_int;
2221
fn ungetc(c: c_int, f: FILE);
@@ -97,8 +96,7 @@ fn fclose(file: libc::FILE) {
9796
}
9897

9998
fn fsync_fd(fd: fd_t, level: io::fsync::level) -> c_int {
100-
// FIXME do something more apropriate
101-
ret libc::fsync(fd);
99+
// FIXME
102100
}
103101

104102
#[abi = "cdecl"]

0 commit comments

Comments
 (0)