summaryrefslogtreecommitdiff
path: root/doc/posix-functions/posix_spawn.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-05-13 15:48:38 +0200
committerBruno Haible <bruno@clisp.org>2021-05-13 15:48:38 +0200
commit4d42b019057dc6674402b50f189b5796457e5f33 (patch)
treeb7a4e2749106bf2c5e6548a4ab178ce8e88f7430 /doc/posix-functions/posix_spawn.texi
parent3b4cd76a8e64d4b70e2aff61cbca77df056ffcf4 (diff)
downloadgnulib-4d42b019057dc6674402b50f189b5796457e5f33.tar.gz
posix_spawn, posix_spawnp: Fix build error on Minix 3.3.
* m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): If posix_spawn does not exist but is declared, set REPLACE_POSIX_SPAWN. * doc/posix-functions/posix_spawn.texi: Update platforms list. * doc/posix-functions/posix_spawnp.texi: Likewise.
Diffstat (limited to 'doc/posix-functions/posix_spawn.texi')
-rw-r--r--doc/posix-functions/posix_spawn.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/posix_spawn.texi b/doc/posix-functions/posix_spawn.texi
index d0cf1b919c..5e709d4edf 100644
--- a/doc/posix-functions/posix_spawn.texi
+++ b/doc/posix-functions/posix_spawn.texi
@@ -10,7 +10,7 @@ Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin 1.7.x, mingw, MSVC 14, Android 8.1.
+FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.3, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin 1.7.x, mingw, MSVC 14, Android 8.1.
@item
When this function fails, it causes the stdio buffer contents to be output
twice on some platforms: