fchmod-tests, fchmodat tests, lchmod tests: Add more tests.
[gnulib.git] / doc / glibc-functions / fts_children.texi
blob12ec251f31ce894f13807a97f3d221e76c4d23dc
1 @node fts_children
2 @subsection @code{fts_children}
3 @findex fts_children
5 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fts_children.3.html,,man fts_children}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.3, mingw, MSVC 14.
18 @item
19 On platforms where @code{off_t} is a 32-bit type, this function may not
20 correctly report the size of files or block devices larger than 2 GB and
21 may not work correctly on huge directories larger than 2 GB@.  Also, on
22 platforms where @code{ino_t} is a 32-bit type, this function may report
23 inode numbers incorrectly.  The fix is to use the @code{AC_SYS_LARGEFILE}
24 macro (only on Mac OS X systems).
25 @end itemize