mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* m4/largefile.m4 (gl_LARGEFILE): Set WINDOWS_64_BIT_ST_SIZE to 0 if the mingw headers already define 'stat' appropriately. * modules/largefile (Description): Clarify. * doc/largefile.texi: New file. * doc/gnulib.texi: Include it. * doc/posix-headers/sys_types.texi: Update.
9 lines
315 B
Plaintext
9 lines
315 B
Plaintext
@node Large File Support
|
|
@section Large File Support
|
|
|
|
The module provides support for files larger than 2 GB.
|
|
To this effect, it ensures that @code{off_t} is a 64-bit integer type
|
|
at least on the following platforms:
|
|
glibc, Mac OS X, FreeBSD, NetBSD, OpenBSD, AIX, HP-UX, IRIX, OSF/1, Solaris,
|
|
Cygwin, mingw, MSVC.
|