blob: 13572b47e5e3617adf8248672c251c086dbea792 (
plain)
1
2
3
4
5
6
7
8
9
|
@node Large File Support
@section Large File Support
The module provides support for files larger than 2 GB, or with device
or inode numbers or timestamps exceeding 32 bits. To this effect, it
ensures that types like @code{off_t} and @code{time_t} are 64-bit when possible,
at least on the following platforms:
glibc, Mac OS X, FreeBSD, NetBSD, OpenBSD, AIX, HP-UX, IRIX, Solaris,
Cygwin, mingw, MSVC.
|