]> Savannah Git Hosting - gnulib.git/commit
posix_spawn_file_actions_*: Document musl libc bugs.
authorBruno Haible <bruno@clisp.org>
Sat, 23 Mar 2019 20:45:54 +0000 (21:45 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 23 Mar 2019 20:46:43 +0000 (21:46 +0100)
commit66c3c07e0a5738b10daf39a3bffe1ad7169c8c9c
tree4b73520020a76ba2a0f0ca86347f3961b936d296
parentec766932d31b88e0802852ec3ad037a6db5ee39a
posix_spawn_file_actions_*: Document musl libc bugs.

* doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
the bug.
* doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Likewise.
* doc/posix-functions/posix_spawn_file_actions_addopen.texi: Likewise.
* m4/posix_spawn.m4 (gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE): When
cross-compiling to a musl system, guess no.
(gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2): Likewise.
(gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN): Likewise.
ChangeLog
doc/posix-functions/posix_spawn_file_actions_addclose.texi
doc/posix-functions/posix_spawn_file_actions_adddup2.texi
doc/posix-functions/posix_spawn_file_actions_addopen.texi
m4/posix_spawn.m4