log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / doc / largefile.texi
blob61e110db37fccd1340dbb9f265766b2a51ecba9a
1 @node Large File Support
2 @section Large File Support
4 The module provides support for files larger than 2 GB.
5 To this effect, it ensures that @code{off_t} is a 64-bit integer type
6 at least on the following platforms:
7 glibc, Mac OS X, FreeBSD, NetBSD, OpenBSD, AIX, HP-UX, IRIX, OSF/1, Solaris,
8 Cygwin, mingw, MSVC.