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