gnulib-tool.py: import mktemp
[gnulib.git] / doc / posix-functions / fstatvfs.texi
blob7f637a6ecbf0381c914ef5c9694f1b62024f7004
1 @node fstatvfs
2 @section @code{fstatvfs}
3 @findex fstatvfs
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fstatvfs.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 Mac OS X 10.3, OpenBSD 3.8, mingw, MSVC 14, Android 4.3.
18 @item
19 On platforms where @code{f_blocks} in @samp{struct statvfs} is a 32-bit
20 value, this function may not work correctly on files systems larger than
21 4 TiB.  The fix is to use the @code{AC_SYS_LARGEFILE} macro.  This affects
22 glibc/Hurd, HP-UX 11, Solaris.
23 @end itemize