diff options
Diffstat (limited to 'minigzip.c')
-rw-r--r-- | minigzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ | |||
53 | # include <unix.h> /* for fileno */ | 53 | # include <unix.h> /* for fileno */ |
54 | #endif | 54 | #endif |
55 | 55 | ||
56 | #if !defined(Z_HAVE_UNISTD_H) && _LARGEFILE64_SOURCE+0 != 1 | 56 | #if !defined(Z_HAVE_UNISTD_H) && !defined(_LARGEFILE64_SOURCE) |
57 | #ifndef WIN32 /* unlink already in stdio.h for WIN32 */ | 57 | #ifndef WIN32 /* unlink already in stdio.h for WIN32 */ |
58 | extern int unlink OF((const char *)); | 58 | extern int unlink OF((const char *)); |
59 | #endif | 59 | #endif |