diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-31 18:43:10 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-31 18:43:10 +0200 |
commit | 5d409fdca92e085dad2f9c80b42f33afe4f10800 (patch) | |
tree | b662a22783a8739291f90788e18699825795a6ef /xpcom/io/nsLocalFileUnix.h | |
parent | 49a3f5a53793d75cd243936e22f99b798e84c84b (diff) | |
download | UXP-5d409fdca92e085dad2f9c80b42f33afe4f10800.tar UXP-5d409fdca92e085dad2f9c80b42f33afe4f10800.tar.gz UXP-5d409fdca92e085dad2f9c80b42f33afe4f10800.tar.lz UXP-5d409fdca92e085dad2f9c80b42f33afe4f10800.tar.xz UXP-5d409fdca92e085dad2f9c80b42f33afe4f10800.zip |
Remove AIX 1st party code OS checks, part 1
Issue #186
Diffstat (limited to 'xpcom/io/nsLocalFileUnix.h')
-rw-r--r-- | xpcom/io/nsLocalFileUnix.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xpcom/io/nsLocalFileUnix.h b/xpcom/io/nsLocalFileUnix.h index 9a3e7d6af..5ef581ed1 100644 --- a/xpcom/io/nsLocalFileUnix.h +++ b/xpcom/io/nsLocalFileUnix.h @@ -65,11 +65,6 @@ // stat64 and lstat64 are deprecated on OS X. Normal stat and lstat are // 64-bit by default on OS X 10.6+. #if defined(HAVE_STAT64) && defined(HAVE_LSTAT64) && !defined(XP_DARWIN) - #if defined (AIX) - #if defined STAT - #undef STAT - #endif - #endif #define STAT stat64 #define LSTAT lstat64 #define HAVE_STATS64 1 |