diff options
Diffstat (limited to 'gzio.c')
-rw-r--r-- | gzio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ local char *strwinerror (error) | |||
95 | #endif /* UNDER_CE && NO_ERRNO_H */ | 95 | #endif /* UNDER_CE && NO_ERRNO_H */ |
96 | 96 | ||
97 | #ifdef __MVS__ | 97 | #ifdef __MVS__ |
98 | # pragma map (fdopen , "\174\174FDOPEN") | 98 | #pragma map (fdopen , "\174\174FDOPEN") |
99 | FILE *fdopen(int, const char *); | 99 | FILE *fdopen(int, const char *); |
100 | #endif | 100 | #endif |
101 | 101 | ||