]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
io.h (_LARGE_FILES): Undefine for AIX.
authorDavid Edelsohn <edelsohn@gnu.org>
Tue, 22 Nov 2005 22:45:10 +0000 (22:45 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 22 Nov 2005 22:45:10 +0000 (17:45 -0500)
        * io/io.h (_LARGE_FILES): Undefine for AIX.
        (_LARGE_FILE_API): Define for AIX.

From-SVN: r107380

libgfortran/ChangeLog
libgfortran/io/io.h

index 80ff9696f5a493a34f6ac2ea2a33f7b6eeed5da9..2d1ec43575be161ff5231b558c65fba9a3fc0e44 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-21  David Edelsohn  <edelsohn@gnu.org>
+
+       * io/io.h (_LARGE_FILES): Undefine for AIX.
+       (_LARGE_FILE_API): Define for AIX.
+
 2005-11-21  Jakub Jelinek  <jakub@redhat.com>
 
        PR fortran/24774
index f080c4607adcc2b4103bcaeeec7277fcc6cda89a..967a3a2cce5547731b490ec2341f0dd6eec5c383 100644 (file)
@@ -36,6 +36,12 @@ Boston, MA 02110-1301, USA.  */
 /* Used by gthr.h.  */
 #define SUPPORTS_WEAK 1
 #endif
+
+#ifdef _AIX
+#undef _LARGE_FILES
+#define _LARGE_FILE_API
+#endif
+
 #include <gthr.h>
 
 #define DEFAULT_TEMPDIR "/tmp"