mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-12-27 07:10:19 -05:00
We dont support 32 bit architectures anymore anyway, but define _FILE_OFFSET_BITS to be safe, only in speedups.c to minimize an side-effect risks. Fixes #2769 (Define _FILE_OFFSET_BITS=64 and replace usage of pread64)