Remove AIX 1st party code OS checks, part 1

Issue #186
This commit is contained in:
wolfbeast 2019-03-31 18:43:10 +02:00 committed by Roy Tam
commit 769e5dad1e
23 changed files with 1 additions and 1226 deletions

View file

@ -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