diff options
Diffstat (limited to 'doc/posix-functions/alphasort.texi')
-rw-r--r-- | doc/posix-functions/alphasort.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/alphasort.texi b/doc/posix-functions/alphasort.texi index 0c4c8bea13..2441e34cb0 100644 --- a/doc/posix-functions/alphasort.texi +++ b/doc/posix-functions/alphasort.texi @@ -17,7 +17,7 @@ Portability problems not fixed by Gnulib: @itemize @item The parameters of this function are declared as @code{const void *} on some platforms: -glibc 2.3.6, Mac OS X 10.13, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8. +glibc 2.3.6, Mac OS X 10.13, FreeBSD 6.0, NetBSD 7.1, OpenBSD 3.8. @item The parameters of this function are declared as @code{void *} on some platforms: AIX 5.1. |