From 3899da22920c2ac1b30080f915189eb77c94cf8a Mon Sep 17 00:00:00 2001 From: Bruce Cran Date: Wed, 29 May 2013 10:12:27 +0100 Subject: [PATCH 1/1] posix_fadvise is now provided in helpers.c: remove it from the Windows posix.c Signed-off-by: Jens Axboe --- os/windows/posix.c | 5 ----- 1 file changed, 5 deletions(-) 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__); -- 2.25.1