Refresh 01-gnulib-directory.patch
[gnulib.git] / doc / glibc-headers / fts.texi
1 @node fts.h
2 @section @file{fts.h}
3
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}.
7
8 Documentation:
9 @itemize
10 @item
11 @uref{http://www.kernel.org/doc/man-pages/online/pages/man3/fts.3.html,,man fts}.
12 @end itemize
13
14 Gnulib module: ---
15
16 Portability problems fixed by Gnulib:
17 @itemize
18 @end itemize
19
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 2010-11, mingw, BeOS.
25 @end itemize