view doc/largefile.texi @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
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.