aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bzip2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bzip2.c b/bzip2.c
index be3b3be..76c6c94 100644
--- a/bzip2.c
+++ b/bzip2.c
@@ -132,8 +132,8 @@
132 132
133# define NORETURN /**/ 133# define NORETURN /**/
134# define PATH_SEP '\\' 134# define PATH_SEP '\\'
135# define MY_LSTAT _stat 135# define MY_LSTAT _stati64
136# define MY_STAT _stat 136# define MY_STAT _stati64
137# define MY_S_ISREG(x) ((x) & _S_IFREG) 137# define MY_S_ISREG(x) ((x) & _S_IFREG)
138# define MY_S_ISDIR(x) ((x) & _S_IFDIR) 138# define MY_S_ISDIR(x) ((x) & _S_IFDIR)
139 139