]> Savannah Git Hosting - gnulib.git/commit
posix_spawn_file_actions_addclose: Relax configure test.
authorBruno Haible <bruno@clisp.org>
Mon, 25 Jan 2021 08:59:20 +0000 (09:59 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 25 Jan 2021 09:00:19 +0000 (10:00 +0100)
commit36a838b081de0d2c62970df5b4b8d736d3aebe1d
treed417053d397f4a539ed69cb939babcd340af202b
parente1f404f4bf6f840c4f1238baa7ec5ad2ca3c722c
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.
ChangeLog
doc/posix-functions/posix_spawn_file_actions_addclose.texi
m4/posix_spawn.m4
tests/test-posix_spawn_file_actions_addclose.c