Skip to content

Commit 236bf7a

Browse files
committed
stdlib: Actually write the word 'fail' instead of just thinking it
1 parent e814c42 commit 236bf7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/win32_os.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ fn fclose(file: libc::FILE) {
9797

9898
fn fsync_fd(fd: fd_t, level: io::fsync::level) -> c_int {
9999
// FIXME (1253)
100+
fail;
100101
}
101102

102103
#[abi = "cdecl"]

0 commit comments

Comments
 (0)