annotate doc/glibc-functions/fts_read.texi @ 17632:86af85d364e1 default tip

unistd: port readlink to Mac OS X 10.3.9 * lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work around self-include problem in Mac OS X 10.3.9 when combined with readlink module. Problem reported by Klaus Zietler in <http://bugs.gnu.org/16825>.
author Paul Eggert <eggert@penguin.cs.ucla.edu>
date Tue, 25 Feb 2014 11:16:27 -0800
parents 498a2211d839
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9635
3a9052fb8e95 New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 @node fts_read
3a9052fb8e95 New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 @subsection @code{fts_read}
3a9052fb8e95 New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 @findex fts_read
3a9052fb8e95 New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
3a9052fb8e95 New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Gnulib module: ---
3a9052fb8e95 New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
3a9052fb8e95 New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Portability problems fixed by Gnulib:
3a9052fb8e95 New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 @itemize
3a9052fb8e95 New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 @end itemize
3a9052fb8e95 New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
3a9052fb8e95 New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Portability problems not fixed by Gnulib:
3a9052fb8e95 New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 @itemize
3a9052fb8e95 New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 @item
3a9052fb8e95 New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 This function is missing on some platforms:
16254
da62858ef2f6 doc: Update for Solaris 11 2011-11.
Bruno Haible <bruno@clisp.org>
parents: 15607
diff changeset
15 AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2011-11, mingw, MSVC 9, BeOS.
15458
f4cc0c20e892 doc: Mention the effects of AC_SYS_LARGEFILE.
Bruno Haible <bruno@clisp.org>
parents: 13917
diff changeset
16 @item
f4cc0c20e892 doc: Mention the effects of AC_SYS_LARGEFILE.
Bruno Haible <bruno@clisp.org>
parents: 13917
diff changeset
17 On platforms where @code{off_t} is a 32-bit type, this function may not
f4cc0c20e892 doc: Mention the effects of AC_SYS_LARGEFILE.
Bruno Haible <bruno@clisp.org>
parents: 13917
diff changeset
18 correctly report the size of files or block devices larger than 2 GB and
f4cc0c20e892 doc: Mention the effects of AC_SYS_LARGEFILE.
Bruno Haible <bruno@clisp.org>
parents: 13917
diff changeset
19 may not work correctly on huge directories larger than 2 GB. Also, on
f4cc0c20e892 doc: Mention the effects of AC_SYS_LARGEFILE.
Bruno Haible <bruno@clisp.org>
parents: 13917
diff changeset
20 platforms where @code{ino_t} is a 32-bit type, this function may report
f4cc0c20e892 doc: Mention the effects of AC_SYS_LARGEFILE.
Bruno Haible <bruno@clisp.org>
parents: 13917
diff changeset
21 inode numbers incorrectly. The fix is to use the @code{AC_SYS_LARGEFILE}
16935
498a2211d839 Write "Mac OS X" instead of "MacOS X".
Bruno Haible <bruno@clisp.org>
parents: 16254
diff changeset
22 macro (only on Mac OS X systems).
9635
3a9052fb8e95 New documentation of GNU libc functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 @end itemize