view doc/largefile.texi @ 40217:a315d09bcec4

alloca, tsearch-tests: Write NULL for the null pointer. * lib/alloca.c (i00afunc): Write NULL instead of 0. * tests/test-tsearch.c (mangle_tree): Likewise.
author Michal Privoznik <mprivozn@redhat.com>
date Sun, 03 Mar 2019 19:34:57 +0100
parents 475cb7b1878d
children
line wrap: on
line source

@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.