Commit 73e5b024 by David Edelsohn Committed by David Edelsohn

io.h (_LARGE_FILES): Undefine for AIX.

        * io/io.h (_LARGE_FILES): Undefine for AIX.
        (_LARGE_FILE_API): Define for AIX.

From-SVN: r107380
parent 0dfe2498
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
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment