2 @section @code{scandir}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/scandir.html}
9 Portability problems fixed by Gnulib:
12 This function is missing on some platforms:
13 Minix 3.1.8, Solaris 9, mingw, MSVC 9, BeOS.
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}.)
21 Portability problems not fixed by Gnulib:
24 The fourth parameter of this function is declared as @code{int (*) (const void *, const void *)} on some platforms:
25 glibc 2.3.6, Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Interix 3.5.
27 The fourth parameter of this function is declared as @code{int (*) (void *, void *)} on some platforms: