Re: Fwd: gnulib posix_spawn_file_actions_addclose

2022-09-09 Thread Bruno Haible
I committed: > 2022-09-07 Bruno Haible > > posix_spawn_file_actions_addclose tests: Avoid test failure on musl. > Reported by Valery Ushakov in > . > * modules/posix_spawn_file_actions_addclose-tests

Re: Fwd: gnulib posix_spawn_file_actions_addclose

2022-09-07 Thread Bruno Haible
Valery Ushakov wrote: > However for the addclose case the [1] says in the ERRORS section: > > The posix_spawn_file_actions_addopen() function shall fail if: > > [EBADF] > The value specified by fildes is negative or greater than or > equal to {OPEN_MAX}. > > The

Re: Fwd: gnulib posix_spawn_file_actions_addclose

2022-09-07 Thread Valery Ushakov
On Wed, Sep 07, 2022 at 19:29:11 +0200, Bruno Haible wrote: > > The addclose configure test succeeds b/c of this commit: > > > > > > https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=36a838b081de0d2c62970df5b4b8d736d3aebe1d > > > > that makes configure test a negative fd

Re: Fwd: gnulib posix_spawn_file_actions_addclose

2022-09-07 Thread Bruno Haible
Hi Uwe, > It looks like you are the author of the posix_spawn > implementation in gnulib Ulrich Drepper wrote most of the part for the Unix platforms; I wrote the implementation for native Windows. > so I wanted to ask a question privately before spamming bug-gnulib. Better direct all