stdlib: Actually write the word 'fail' instead of just thinking it
This commit is contained in:
parent
e814c42000
commit
236bf7a9b8
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user