aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jimiocompat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jimiocompat.h b/jimiocompat.h
index 5215d65..176a5fe 100644
--- a/jimiocompat.h
+++ b/jimiocompat.h
@@ -63,7 +63,7 @@ int Jim_OpenForRead(const char *filename);
#define pipe(P) _pipe((P), 0, O_NOINHERIT)
typedef struct _stat64 jim_stat_t;
- #define Jim_Stat _stat64
+ #define Jim_Stat __stat64
#else
typedef struct stat jim_stat_t;