2 @subsection @code{fts_read}
5 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fts_read.3.html,,man fts_read}
10 Portability problems fixed by Gnulib:
13 This function is missing on some platforms:
14 AIX 5.1, HP-UX 11, Solaris 11.3, mingw, MSVC 14.
17 Portability problems not fixed by Gnulib:
20 On platforms where @code{off_t} is a 32-bit type, this function may not
21 correctly report the size of files or block devices larger than 2 GB and
22 may not work correctly on huge directories larger than 2 GB@. Also, on
23 platforms where @code{ino_t} is a 32-bit type, this function may report
24 inode numbers incorrectly. The fix is to use the @code{AC_SYS_LARGEFILE}
25 macro (only on Mac OS X systems).