poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / opendir.texi
blob906866ecd6891baffc3b681c1a7b51684ece4b0c
1 @node opendir
2 @section @code{opendir}
3 @findex opendir
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/opendir.html}
7 Gnulib module: opendir
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 platforms where @code{off_t} is a 32-bit type, this function may not
16 work correctly on huge directories larger than 2 GB@.  Also, on platforms
17 where @code{ino_t} is a 32-bit type, this function may report inode numbers
18 incorrectly.  (Cf. @code{AC_SYS_LARGEFILE}.)
19 @end itemize
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @end itemize