summaryrefslogtreecommitdiff
path: root/doc/glibc-functions/pipe2.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/glibc-functions/pipe2.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/glibc-functions/pipe2.texi')
-rw-r--r--doc/glibc-functions/pipe2.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/glibc-functions/pipe2.texi b/doc/glibc-functions/pipe2.texi
index 5049b87f53..34e5c22b58 100644
--- a/doc/glibc-functions/pipe2.texi
+++ b/doc/glibc-functions/pipe2.texi
@@ -10,7 +10,7 @@ Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on many non-glibc platforms:
-glibc 2.8, Mac OS X 10.13, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Cygwin 1.7.1, mingw, MSVC 14, Android 2.2.
+glibc 2.8, macOS 11.1, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Cygwin 1.7.1, mingw, MSVC 14, Android 2.2.
But the replacement function is not atomic; this matters in multi-threaded
programs that spawn child processes.
@end itemize