modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / rewinddir.texi
blob25d24072c8a5b45f8984b6bcbec841c9cb4c7531
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 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