summaryrefslogtreecommitdiff
path: root/doc/posix-functions
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-01-25 09:59:20 +0100
committerBruno Haible <bruno@clisp.org>2021-01-25 10:00:19 +0100
commit36a838b081de0d2c62970df5b4b8d736d3aebe1d (patch)
treed417053d397f4a539ed69cb939babcd340af202b /doc/posix-functions
parente1f404f4bf6f840c4f1238baa7ec5ad2ca3c722c (diff)
downloadgnulib-36a838b081de0d2c62970df5b4b8d736d3aebe1d.tar.gz
posix_spawn_file_actions_addclose: Relax configure test.
* m4/posix_spawn.m4 (gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE): Test a negative file descriptor, not an out-of-range file descriptor. * tests/test-posix_spawn_file_actions_addclose.c (main): Add comment. * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Update.
Diffstat (limited to 'doc/posix-functions')
-rw-r--r--doc/posix-functions/posix_spawn_file_actions_addclose.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-functions/posix_spawn_file_actions_addclose.texi b/doc/posix-functions/posix_spawn_file_actions_addclose.texi
index 6a1ba1b1e7..db5bcfd220 100644
--- a/doc/posix-functions/posix_spawn_file_actions_addclose.texi
+++ b/doc/posix-functions/posix_spawn_file_actions_addclose.texi
@@ -12,8 +12,8 @@ Portability problems fixed by Gnulib:
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.
@item
-This function does not reject a too large file descriptor on some platforms:
-musl libc, Solaris 11.4.
+This function does not reject a negative file descriptor on some platforms:
+musl libc.
@end itemize
Portability problems not fixed by Gnulib: