Refresh 01-gnulib-directory.patch
[gnulib.git] / doc / glibc-functions / fts_read.texi
1 @node fts_read
2 @subsection @code{fts_read}
3 @findex fts_read
4
5 Gnulib module: ---
6
7 Portability problems fixed by Gnulib:
8 @itemize
9 @end itemize
10
11 Portability problems not fixed by Gnulib:
12 @itemize
13 @item
14 This function is missing on some platforms:
15 AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, mingw, BeOS.
16 @item
17 On platforms where @code{off_t} is a 32-bit type, this function may not
18 correctly report the size of files or block devices larger than 2 GB and
19 may not work correctly on huge directories larger than 2 GB.  Also, on
20 platforms where @code{ino_t} is a 32-bit type, this function may report
21 inode numbers incorrectly.  The fix is to use the @code{AC_SYS_LARGEFILE}
22 macro (only on MacOS X systems).
23 @end itemize