maint: enable sc_prohibit_cloexec_without_use
[gnulib/ericb.git] / doc / posix-functions / rewinddir.texi
blob6d7cb82d832cdac9fc13b7b9e1c7412ff83999ac
1 @node rewinddir
2 @section @code{rewinddir}
3 @findex rewinddir
5 POSIX specification:@* @url{http://www.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 9.
14 @item
15 On MacOS 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