summaryrefslogtreecommitdiff
path: root/doc/posix-functions/aligned_alloc.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-03-21 14:56:02 +0100
committerBruno Haible <bruno@clisp.org>2021-03-21 14:56:02 +0100
commit79c4db534e78dccaf8b3426dc848c71a3a60ca33 (patch)
treea56201bc96f1f704f08579a23e4bbd206d9d6503 /doc/posix-functions/aligned_alloc.texi
parent49855b3b49b035f86a6f31d7cf46934baeba5afd (diff)
downloadgnulib-79c4db534e78dccaf8b3426dc848c71a3a60ca33.tar.gz
doc: Update for macOS 11.1.
* doc/posix-headers/*.texi: Update. * doc/glibc-headers/*.texi: Update. * doc/posix-functions/*.texi: Likewise. * doc/pastposix-functions/*.texi: Likewise. * doc/glibc-functions/*.texi: Likewise. * m4/aligned_alloc.m4 (gl_FUNC_ALIGNED_ALLOC): Update cross-compilation guess.
Diffstat (limited to 'doc/posix-functions/aligned_alloc.texi')
-rw-r--r--doc/posix-functions/aligned_alloc.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-functions/aligned_alloc.texi b/doc/posix-functions/aligned_alloc.texi
index cfc2878f87..1f33ea3d37 100644
--- a/doc/posix-functions/aligned_alloc.texi
+++ b/doc/posix-functions/aligned_alloc.texi
@@ -11,14 +11,14 @@ Portability problems fixed by Gnulib:
@item
This function fails if the alignment argument is smaller than
@code{sizeof (void *)} on some platforms:
-AIX 7.2.
+macOS 11.1, AIX 7.2.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on all non-glibc platforms:
-glibc 2.15, Mac OS X 10.13, FreeBSD 6.4, NetBSD 7.1, OpenBSD 6.0, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11.3, Cygwin 1.7.x, mingw, MSVC 14, Android 8.1.
+glibc 2.15, macOS 10.13, FreeBSD 6.4, NetBSD 7.1, OpenBSD 6.0, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11.3, Cygwin 1.7.x, mingw, MSVC 14, Android 8.1.
@end itemize
The Gnulib module @code{aligned-malloc} provides functions for