[SIGAR-108] AIX uses _LARGE_FILES
This commit is contained in:
parent
6cdf6aea2c
commit
ef1a02eb09
|
@ -53,8 +53,12 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
#define _FILE_OFFSET_BITS 64
|
# ifdef _AIX
|
||||||
#define _LARGEFILE64_SOURCE
|
# define _LARGE_FILES
|
||||||
|
# else
|
||||||
|
# define _FILE_OFFSET_BITS 64
|
||||||
|
# define _LARGEFILE64_SOURCE
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue