stdlib: Actually write the word 'fail' instead of just thinking it

This commit is contained in:
Brian Anderson 2011-12-02 11:10:03 -08:00
parent e814c42000
commit 236bf7a9b8
1 changed files with 1 additions and 0 deletions

View File

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