Commit 75d05d2a by Rainer Orth Committed by Rainer Orth

* adaint.h: Assume large file support on IRIX only if _LFAPI.

From-SVN: r154442
parent 1586899e
2009-11-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* adaint.h: Assume large file support on IRIX only if _LFAPI.
2009-11-21 Eric Botcazou <ebotcazou@adacore.com> 2009-11-21 Eric Botcazou <ebotcazou@adacore.com>
Laurent GUERBY <laurent@guerby.net> Laurent GUERBY <laurent@guerby.net>
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
determine at compile time what support the system offers for large files. determine at compile time what support the system offers for large files.
For now we just list the platforms we have manually tested. */ For now we just list the platforms we have manually tested. */
#if defined (__GLIBC__) || defined (sun) || defined (__sgi) #if defined (__GLIBC__) || defined (sun) || (defined (__sgi) && defined(_LFAPI))
#define GNAT_FOPEN fopen64 #define GNAT_FOPEN fopen64
#define GNAT_STAT stat64 #define GNAT_STAT stat64
#define GNAT_FSTAT fstat64 #define GNAT_FSTAT fstat64
......
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