2 @subsection @code{fstatfs}
5 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-fstatfs-2.html}
7 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/fstatfs.2.html,,man fstatfs}
11 Portability problems fixed by Gnulib:
15 Portability problems not fixed by Gnulib:
18 This function is missing on some platforms:
19 AIX 5.1, mingw, MSVC 14.
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