You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
363 B

  1. --- a/lib/file/fileIOPosix.c
  2. +++ b/lib/file/fileIOPosix.c
  3. @@ -198,7 +198,7 @@ static AlignedPool alignedPool;
  4. * are not available in any header file.
  5. */
  6. -#if defined(__linux__) && !defined(__ANDROID__)
  7. +#if 0
  8. #if defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
  9. /*
  10. * We want preadv/pwritev. But due to FOB=64, the symbols are -64.