stdlib: Add issue number to win32 fsync FIXME

This commit is contained in:
Brian Anderson 2011-12-02 11:07:55 -08:00
parent 39b05c85b8
commit e814c42000

View File

@ -96,7 +96,7 @@ fn fclose(file: libc::FILE) {
}
fn fsync_fd(fd: fd_t, level: io::fsync::level) -> c_int {
// FIXME
// FIXME (1253)
}
#[abi = "cdecl"]