Documentation about Minix.
[gnulib.git] / doc / glibc-functions / statfs.texi
1 @node statfs
2 @subsection @code{statfs}
3 @findex statfs
4
5 Gnulib module: ---
6
7 Portability problems fixed by Gnulib:
8 @itemize
9 @end itemize
10
11 Portability problems not fixed by Gnulib:
12 @itemize
13 @item
14 This function is missing on some platforms:
15 Minix 3.1.8, AIX 5.1, mingw, Interix 3.5, BeOS.
16 @item
17 On platforms where @code{f_blocks} in @samp{struct statfs} is a 32-bit
18 value, this function may not work correctly on files systems larger than
19 4 TiB.  The fix is to use the @code{AC_SYS_LARGEFILE} macro.  This affects
20 MacOS X.
21 @end itemize