doc: Mention the effects of AC_SYS_LARGEFILE.
[pspp] / doc / posix-functions / readdir.texi
1 @node readdir
2 @section @code{readdir}
3 @findex readdir
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/readdir.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 On platforms where @code{off_t} is a 32-bit type, this function may not
17 work correctly on huge directories larger than 2 GB.  Also, on platforms
18 where @code{ino_t} is a 32-bit type, this function may report inode numbers
19 incorrectly.  The fix is to use the @code{AC_SYS_LARGEFILE} macro.
20 @end itemize