Next: fts_set
, Previous: fts_open
, Up: Glibc <fts.h>
[Contents][Index]
fts_read
Documentation:
man fts_read
Gnulib module: fts
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
off_t
is a 32-bit type, this function may not
correctly report the size of files or block devices larger than 2 GB and
may not work correctly on huge directories larger than 2 GB. Also, on
platforms where ino_t
is a 32-bit type, this function may report
inode numbers incorrectly. The fix is to use the AC_SYS_LARGEFILE
macro (only on Mac OS X systems).