fchmod-tests, fchmodat tests, lchmod tests: Add more tests.
[gnulib.git] / doc / glibc-functions / statfs.texi
blobcc2eb8a09c77adf13018a384436b1a4779633860
1 @node statfs
2 @subsection @code{statfs}
3 @findex statfs
5 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-statfs-2.html}
7 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/statfs.2.html,,man statfs}
9 Gnulib module: ---
11 Portability problems fixed by Gnulib:
12 @itemize
13 @end itemize
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 This function is missing on some platforms:
19 Minix 3.1.8, AIX 5.1, mingw, MSVC 14.
20 @item
21 On platforms where @code{f_blocks} in @samp{struct statfs} is a 32-bit
22 value, this function may not work correctly on files systems larger than
23 4 TiB@.  The fix is to use the @code{AC_SYS_LARGEFILE} macro.  This affects
24 Mac OS X.
25 @end itemize