From: Bruce Cran Date: Wed, 29 May 2013 09:12:27 +0000 (+0100) Subject: posix_fadvise is now provided in helpers.c: remove it from the Windows posix.c X-Git-Tag: fio-2.1.1~3 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=3899da22920c2ac1b30080f915189eb77c94cf8a posix_fadvise is now provided in helpers.c: remove it from the Windows posix.c Signed-off-by: Jens Axboe --- 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__);