diff options
Diffstat (limited to 'gzio.c')
-rw-r--r-- | gzio.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
34 | extern voidp malloc OF((uInt size)); | 39 | extern voidp malloc OF((uInt size)); |
35 | extern void free OF((voidpf ptr)); | 40 | extern void free OF((voidpf ptr)); |