summaryrefslogtreecommitdiff
path: root/gzio.c
diff options
context:
space:
mode:
Diffstat (limited to 'gzio.c')
-rw-r--r--gzio.c5
1 files changed, 5 insertions, 0 deletions
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 */
30# define Z_PRINTF_BUFSIZE 4096 30# define Z_PRINTF_BUFSIZE 4096
31#endif 31#endif
32 32
33#ifdef __MVS__
34# pragma map (fdopen , "\174\174FDOPEN")
35 FILE *fdopen(int, const char *);
36#endif
37
33#ifndef STDC 38#ifndef STDC
34extern voidp malloc OF((uInt size)); 39extern voidp malloc OF((uInt size));
35extern void free OF((voidpf ptr)); 40extern void free OF((voidpf ptr));