Re: execute, spawn-pipe: Make multithread-safe on native Windows

2020-12-13 Thread Bruno Haible
> 2020-11-30 Bruno Haible > > execute, spawn-pipe: Make multithread-safe on native Windows. Oops, there was a mistake in this change: it caused two tests (test-pipe-filter-ii1.sh, test-pipe-filter-gi1.sh) to hang. The hang is a symptom that there is one extra handle left open

execute, spawn-pipe: Make multithread-safe on native Windows

2020-11-30 Thread Bruno Haible
s use 'CreateProcess' directly. The new code is multithread-safe. 2020-11-30 Bruno Haible execute, spawn-pipe: Make multithread-safe on native Windows. * lib/windows-spawn.h: Include , . (dup_safer_noinherit, undup_safer_noinherit): Remove declarations.