mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-02-07 11:33:30 -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)