Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 862795 | Differences between
and this patch

Collapse All | Expand All

(-)a/open-vm-tools/lib/file/fileIOPosix.c (-1 / +1 lines)
Lines 198-204 static AlignedPool alignedPool; Link Here
198
 * are not available in any header file.
198
 * are not available in any header file.
199
 */
199
 */
200
200
201
#if defined(__linux__) && !defined(__ANDROID__)
201
#if defined(__linux__) && defined(__GLIBC__)
202
   #if defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
202
   #if defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
203
      /*
203
      /*
204
       * We want preadv/pwritev. But due to FOB=64, the symbols are -64.
204
       * We want preadv/pwritev. But due to FOB=64, the symbols are -64.

Return to bug 862795