X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fwindows%2Fposix.c;h=49bce43955465ca23483660005da8c2770489a5c;hp=794a707f15f8effde6daf5e068ac0a510fd24268;hb=3899da22920c2ac1b30080f915189eb77c94cf8a;hpb=7b2dfab10422559d2454f07967247d57bd50a52b diff --git a/os/windows/posix.c b/os/windows/posix.c index 794a707f..49bce439 100755 --- a/os/windows/posix.c +++ b/os/windows/posix.c @@ -662,11 +662,6 @@ int getrusage(int who, struct rusage *r_usage) return 0; } -int posix_fadvise(int fd, off_t offset, off_t len, int advice) -{ - return 0; -} - int posix_madvise(void *addr, size_t len, int advice) { log_err("%s is not implemented\n", __func__);