From 28947389ae968e2dd9a3d2039dd66004027852a1 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Fri, 18 Mar 2011 10:11:37 +0000 Subject: Make code match prototype to eliminate warnings. eliminate unneeded comilation of 64 bit functions --- cpukit/zlib/zlib.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/zlib/zlib.h') diff --git a/cpukit/zlib/zlib.h b/cpukit/zlib/zlib.h index f5785be7e0..976fb7a083 100644 --- a/cpukit/zlib/zlib.h +++ b/cpukit/zlib/zlib.h @@ -1587,6 +1587,11 @@ ZEXTERN int ZEXPORT inflateBackInit_ OF((z_streamp strm, int windowBits, ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile)); ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t)); +# ifndef _LARGEFILE64_SOURCE + ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int)); + ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile)); + ZEXTERN z_off_t ZEXPORT gzoffset64 OF((gzFile)); +# endif #endif #if !defined(ZUTIL_H) && !defined(NO_DUMMY_DECL) -- cgit v1.2.3