unicodeio: Fix wrong result on FreeBSD.
[gnulib.git] / doc / glibc-headers / fts.texi
blob4fe6714e60b8fc6a6aef6117be86d5233b35514c
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, Solaris 11.3, mingw, MSVC 14.
25 @end itemize