[SIGAR-108] AIX uses _LARGE_FILES
This commit is contained in:
parent
6cdf6aea2c
commit
ef1a02eb09
|
@ -53,9 +53,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
|
# ifdef _AIX
|
||||||
|
# define _LARGE_FILES
|
||||||
|
# else
|
||||||
# define _FILE_OFFSET_BITS 64
|
# define _FILE_OFFSET_BITS 64
|
||||||
# define _LARGEFILE64_SOURCE
|
# define _LARGEFILE64_SOURCE
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* whittled down version of apr/file_info/{unix,win32}/filestat.c
|
* whittled down version of apr/file_info/{unix,win32}/filestat.c
|
||||||
|
|
Loading…
Reference in New Issue