diffseq: port to GCC 14.2.1 in ‘patch’
[gnulib.git] / doc / pastposix-functions / ftw.texi
blobfa19f3ee0eacab27abc4fa330c1595baa1e0c330
1 @node ftw
2 @section @code{ftw}
3 @findex ftw
5 Removed in POSIX.1-2024.
6 POSIX.1-2017 specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/ftw.html}
8 Gnulib module: ---
10 Portability problems fixed by Gnulib:
11 @itemize
12 @item
13 On platforms where @code{off_t} is a 32-bit type, this function may not
14 work correctly on files 2 GiB and larger.  @xref{Large File Support}.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 This function is missing on some platforms:
21 FreeBSD 5.2.1, NetBSD 3.0, Minix 3.1.8, mingw, MSVC 14, Android 4.1.
22 @item
23 This function is removed in POSIX.1-2024.
24 Use the Gnulib module @code{fts} instead.
25 @end itemize