From 9776e844681e48f1ed4a82742e33463f2b08deec Mon Sep 17 00:00:00 2001 From: Jan Tulak Date: Wed, 14 Oct 2015 10:58:24 +1100 Subject: [PATCH] platform: rename lstat64 to lstat for OS X OS X has a different means to distinguish between a 32 and 64bit calls - using xxx64 is deprecated. Signed-off-by: Jan Tulak Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- include/darwin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/darwin.h b/include/darwin.h index 8b769d9fe..6c6e547eb 100644 --- a/include/darwin.h +++ b/include/darwin.h @@ -220,6 +220,7 @@ static inline int timer_gettime (timer_t timerid, struct itimerspec *value) /* FSR */ #define statvfs64 statfs +#define lstat64 lstat #define _PATH_MOUNTED "/etc/mtab" #endif /* __XFS_DARWIN_H__ */ -- 2.47.2