[Zlib-devel] zlib-1.2.5-lfs-decls.patch
John Bowler
jbowler at frontiernet.net
Fri May 28 01:17:01 EDT 2010
>From my memory of the justification for declaring an API gzseek64 when _LARGEFILE64_SOURCE is *not* defined it is, in essence, a fixup for apps that call that API in the absence of _LARGEFILE64_SOURCE.
From: Arkadiusz Miskiewicz [mailto:arekm at maven.pl]
>It declares: gzseek64 OF((gzFile, z_off_t, int));
>
>where z_off_t is a 32 bit type while gzseek64 should work with z_off64_t.
Eh? Am I missing something? In zconf.h (line 400) z_off64_t is #defined as z_off_t.
John Bowler <jbowler at acm.org>
More information about the Zlib-devel
mailing list