7d41c7bcd8
Assume that _FILE_OFFSET_BITS=64 is always defined to get proper 64bit support. Setting it to 8 was giving unexpected results in e2fsprogs, which does not defined _FILE_OFFSET_BITS=64, and checks for sizeof(off_t) >= sizeof(long long) to use lseek() rather than lseek64(). |
||
---|---|---|
.. | ||
arm-common | ||
arm-linux | ||
common-glibc | ||
common-linux | ||
endian-big | ||
endian-little | ||
ix86-common | ||
mips-common | ||
mips-linux | ||
mipsel-linux | ||
x86_64-linux |