diff options
Diffstat (limited to 'libgfortran/io')
-rw-r--r-- | libgfortran/io/io.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/io/io.h b/libgfortran/io/io.h index f080c46..967a3a2 100644 --- a/libgfortran/io/io.h +++ b/libgfortran/io/io.h @@ -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" |