poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / rewinddir.texi
blobb0202285acc2e4c92a2510d1cedddf80e4117f3b
1 @node rewinddir
2 @section @code{rewinddir}
3 @findex rewinddir
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/rewinddir.html}
7 Gnulib module: rewinddir
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 MSVC 14.
14 @item
15 On Mac OS X platforms where @code{long int} is a 32-bit type, this function may
16 not work correctly on huge directories larger than 2 GB.
17 (Cf. @code{AC_SYS_LARGEFILE}.)
18 @end itemize
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize