Next: stdc_bit_ceil
, Previous: stat
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
statvfs
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/statvfs.html
Gnulib module: —
Portability problems fixed by Gnulib:
f_blocks
in ‘struct statvfs’ is a 32-bit
value, this function may not work correctly on files systems larger than
4 TiB. See Large File Support. This affects
glibc/Hurd, HP-UX 11, Solaris.
Portability problems not fixed by Gnulib:
Gnulib provides a module fsusage
that provides similar information
as statvfs
.