annotate doc/glibc-functions/fallocate.texi @ 15458:f4cc0c20e892

doc: Mention the effects of AC_SYS_LARGEFILE. * doc/posix-functions/aio_cancel.texi: Mention the effects of AC_SYS_LARGEFILE on this function. * doc/posix-functions/aio_error.texi: Likewise. * doc/posix-functions/aio_fsync.texi: Likewise. * doc/posix-functions/aio_read.texi: Likewise. * doc/posix-functions/aio_return.texi: Likewise. * doc/posix-functions/aio_suspend.texi: Likewise. * doc/posix-functions/aio_write.texi: Likewise. * doc/posix-functions/fgetpos.texi: Likewise. * doc/posix-functions/fopen.texi: Likewise. * doc/posix-functions/freopen.texi: Likewise. * doc/posix-functions/fsetpos.texi: Likewise. * doc/posix-functions/fstatvfs.texi: Likewise. * doc/posix-functions/ftruncate.texi: Likewise. * doc/posix-functions/ftw.texi: Likewise. * doc/posix-functions/getrlimit.texi: Likewise. * doc/posix-functions/glob.texi: Likewise. * doc/posix-functions/lio_listio.texi: Likewise. * doc/posix-functions/lockf.texi: Likewise. * doc/posix-functions/mkstemp.texi: Likewise. * doc/posix-functions/mmap.texi: Likewise. * doc/posix-functions/nftw.texi: Likewise. * doc/posix-functions/openat.texi: Likewise. * doc/posix-functions/opendir.texi: Likewise. * doc/posix-functions/posix_fadvise.texi: Likewise. * doc/posix-functions/posix_fallocate.texi: Likewise. * doc/posix-functions/pread.texi: Likewise. * doc/posix-functions/pwrite.texi: Likewise. * doc/posix-functions/readdir.texi: Likewise. * doc/posix-functions/readdir_r.texi: Likewise. * doc/posix-functions/rewinddir.texi: Likewise. * doc/posix-functions/scandir.texi: Likewise. * doc/posix-functions/seekdir.texi: Likewise. * doc/posix-functions/setrlimit.texi: Likewise. * doc/posix-functions/statvfs.texi: Likewise. * doc/posix-functions/telldir.texi: Likewise. * doc/posix-functions/tmpfile.texi: Likewise. * doc/posix-functions/truncate.texi: Likewise. * doc/glibc-functions/fallocate.texi: Likewise. * doc/glibc-functions/fstatfs.texi: Likewise. * doc/glibc-functions/fts_children.texi: Likewise. * doc/glibc-functions/fts_read.texi: Likewise. * doc/glibc-functions/getdirentries.texi: Likewise. * doc/glibc-functions/mkostemp.texi: Likewise. * doc/glibc-functions/mkostemps.texi: Likewise. * doc/glibc-functions/mkstemps.texi: Likewise. * doc/glibc-functions/preadv.texi: Likewise. * doc/glibc-functions/pwritev.texi: Likewise. * doc/glibc-functions/sendfile.texi: Likewise. * doc/glibc-functions/statfs.texi: Likewise.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Jul 2011 22:19:21 +0200
parents 3bbfc7e37ec2
children 847372253549
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11585
e5e87741d992 Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
diff changeset
1 @node fallocate
e5e87741d992 Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
diff changeset
2 @subsection @code{fallocate}
e5e87741d992 Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
diff changeset
3 @findex fallocate
e5e87741d992 Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
diff changeset
4
e5e87741d992 Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
diff changeset
5 Gnulib module: ---
e5e87741d992 Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
diff changeset
6
e5e87741d992 Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
diff changeset
7 Portability problems fixed by Gnulib:
e5e87741d992 Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
diff changeset
8 @itemize
e5e87741d992 Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
diff changeset
9 @end itemize
e5e87741d992 Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
diff changeset
10
e5e87741d992 Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
diff changeset
11 Portability problems not fixed by Gnulib:
e5e87741d992 Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
diff changeset
12 @itemize
e5e87741d992 Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
diff changeset
13 @item
e5e87741d992 Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
diff changeset
14 This function is missing on older glibc versions and all non-glibc platforms:
13917
3bbfc7e37ec2 Update for Solaris 11 2010-11.
Bruno Haible <bruno@clisp.org>
parents: 13892
diff changeset
15 MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, Cygwin, mingw, Interix 3.5, BeOS.
15458
f4cc0c20e892 doc: Mention the effects of AC_SYS_LARGEFILE.
Bruno Haible <bruno@clisp.org>
parents: 13917
diff changeset
16 @item
f4cc0c20e892 doc: Mention the effects of AC_SYS_LARGEFILE.
Bruno Haible <bruno@clisp.org>
parents: 13917
diff changeset
17 On platforms where @code{off_t} is a 32-bit type, this function may not
f4cc0c20e892 doc: Mention the effects of AC_SYS_LARGEFILE.
Bruno Haible <bruno@clisp.org>
parents: 13917
diff changeset
18 work correctly across the entire data range of files larger than 2 GB.
f4cc0c20e892 doc: Mention the effects of AC_SYS_LARGEFILE.
Bruno Haible <bruno@clisp.org>
parents: 13917
diff changeset
19 The fix is to use the @code{AC_SYS_LARGEFILE} macro.
11585
e5e87741d992 Mention glibc function 'fallocate'.
Pádraig Brady <P@draigbrady.com>
parents:
diff changeset
20 @end itemize