Ticket #24568: zlib.h.diff
File zlib.h.diff, 1008 bytes (added by hashar@…, 15 years ago) |
---|
-
zlib.h
old new 1562 1562 * functions are changed to 64 bits) -- in case these are set on systems 1563 1563 * without large file support, _LFS64_LARGEFILE must also be true 1564 1564 */ 1565 #if defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0 1565 #if defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0 && !defined(__APPLE__) 1566 1566 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); 1567 1567 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); 1568 1568 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); … … 1578 1578 # define gzoffset gzoffset64 1579 1579 # define adler32_combine adler32_combine64 1580 1580 # define crc32_combine crc32_combine64 1581 # ifdef _LARGEFILE64_SOURCE 1581 # ifdef _LARGEFILE64_SOURCE && !defined(__APPLE__) 1582 1582 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); 1583 1583 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int)); 1584 1584 ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile));