Write "Mac OS X" instead of "MacOS X".
[gnulib.git] / doc / posix-functions / rewinddir.texi
1 @node rewinddir
2 @section @code{rewinddir}
3 @findex rewinddir
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/rewinddir.html}
6
7 Gnulib module: rewinddir
8
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 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
19
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize