Fix configure script for 64-bit Windows.
[fio.git] / engines / windowsaio.c
index f1b0bc51f4e8487c91439d8b14a93b7b6bf977fb..773f027c0e424000cbeaf1137fd44fb04e148798 100644 (file)
@@ -126,13 +126,6 @@ static int win_to_posix_error(DWORD winerr)
        return winerr;
 }
 
-int sync_file_range(int fd, off64_t offset, off64_t nbytes,
-                          unsigned int flags)
-{
-       errno = ENOSYS;
-       return -1;
-}
-
 static int fio_windowsaio_init(struct thread_data *td)
 {
        struct windowsaio_data *wd;