Next: statfs
, Up: Glibc <sys/statfs.h>
[Contents][Index]
fstatfs
LSB specification:
https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-fstatfs-2.html
Documentation:
man fstatfs
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
f_blocks
in ‘struct statfs’ is a 32-bit
value, this function may not work correctly on files systems larger than
4 TiB. The fix is to use the AC_SYS_LARGEFILE
macro. This affects
Mac OS X.