poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / alphasort.texi
blob47cbcc1c10e72b324dd37b8906e9900725e8afe6
1 @node alphasort
2 @section @code{alphasort}
3 @findex alphasort
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/alphasort.html}
7 Gnulib module: alphasort
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, MSVC 14.
14 @end itemize
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, Mac OS X 10.13, FreeBSD 6.0, NetBSD 7.1, OpenBSD 6.7.
21 @item
22 The parameters of this function are declared as @code{void *} on some platforms:
23 AIX 5.1.
24 @end itemize