[SIGAR-108] AIX uses _LARGE_FILES

This commit is contained in:
Doug MacEachern 2008-05-30 17:24:45 +00:00
parent 6cdf6aea2c
commit ef1a02eb09
1 changed files with 6 additions and 2 deletions

View File

@ -53,9 +53,13 @@
*/
#ifndef WIN32
# ifdef _AIX
# define _LARGE_FILES
# else
# define _FILE_OFFSET_BITS 64
# define _LARGEFILE64_SOURCE
# endif
#endif
/*
* whittled down version of apr/file_info/{unix,win32}/filestat.c