From f81ba93d4a7e43fccf4730e5e7404ee765a76e3e Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:22:48 -0700 Subject: zlib 1.2.0.6 --- gzio.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gzio.c') diff --git a/gzio.c b/gzio.c index fc5eb50..441560e 100644 --- a/gzio.c +++ b/gzio.c @@ -30,6 +30,11 @@ struct internal_state {int dummy;}; /* for buggy compilers */ # define Z_PRINTF_BUFSIZE 4096 #endif +#ifdef __MVS__ +# pragma map (fdopen , "\174\174FDOPEN") + FILE *fdopen(int, const char *); +#endif + #ifndef STDC extern voidp malloc OF((uInt size)); extern void free OF((voidpf ptr)); -- cgit v1.2.3-55-g6feb