mktime: add libc-config dependency
[gnulib.git] / doc / glibc-headers / fts.texi
blob95b2c765499cdd83c6c55e60ea9359c93f743fc3
1 @node fts.h
2 @section @file{fts.h}
4 Defines the types @code{FTS}, @code{FTSENT} and the macros @code{FTS_*},
5 and declares the functions @code{fts_open}, @code{fts_read},
6 @code{fts_children}, @code{fts_set}, @code{fts_close}.
8 Documentation:
9 @itemize
10 @item
11 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fts.3.html,,man fts}.
12 @end itemize
14 Gnulib module: ---
16 Portability problems fixed by Gnulib:
17 @itemize
18 @end itemize
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @item
23 This header file is missing on some platforms:
24 AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.3, mingw, MSVC 14, BeOS.
25 @end itemize