Overpass-API icon indicating copy to clipboard operation
Overpass-API copied to clipboard

define off64_t ifdef NATIVE_LARGE_FILES

Open jogemu opened this issue 3 months ago • 0 comments

Addition just below the definitions of ftruncate64, lseek64 and open64 enclosed in the existing condition. off64_t was added a decade later, which explains the previous omission and makes it easy to miss. On a related note, the condition could be revised to accommodate other compilers.

jogemu avatar Oct 10 '25 00:10 jogemu