03ccd54e2699a3df0e6335fd4d1bb62b2e52ed45
[gnulib.git] / doc / posix-functions / posix_fallocate.texi
1 @node posix_fallocate
2 @section @code{posix_fallocate}
3 @findex posix_fallocate
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/posix_fallocate.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
18 IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
19 @item
20 On platforms where @code{off_t} is a 32-bit type, this function may not
21 work correctly across the entire data range of files larger than 2 GB.
22 The fix is to use the @code{AC_SYS_LARGEFILE} macro.
23 @end itemize