ca37bcbd7d51412243f45331d2527cccdd5d52b0
[gnulib.git] / doc / posix-functions / scandir.texi
1 @node scandir
2 @section @code{scandir}
3 @findex scandir
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/scandir.html}
6
7 Gnulib module: scandir
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Solaris 9, mingw, BeOS.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 The fourth parameter of this function is declared as @code{int (*) (const void *, const void *)} on some platforms:
20 glibc 2.3.6, MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Interix 3.5.
21 @item
22 The fourth parameter of this function is declared as @code{int (*) (void *, void *)} on some platforms:
23 AIX 5.1.
24 @end itemize