]> git.ipfire.org Git - thirdparty/coreutils.git/commit
timeout: use fork and execvp instead of posix_spawn
authorCollin Funk <collin.funk1@gmail.com>
Fri, 31 Oct 2025 04:10:52 +0000 (21:10 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sat, 1 Nov 2025 02:57:36 +0000 (19:57 -0700)
commit58a66cf3fd3fede5390b796edc8763c1513a8426
treef61bdac2d9a9900c158b3c098e254b13304a7f9b
parenteff5f82e92641b88e84b0aa0f8ac4eaa3859ee47
timeout: use fork and execvp instead of posix_spawn

* NEWS: Remove timeout from the list of programs that use posix_spawn.
* bootstrap.conf (gnulib_modules): Remove posix_spawnattr_setsigmask.
* src/timeout.c: Don't include spawn.h.
(main): Use fork and execvp instead of posix_spawn.

This reverts commit dac96ce3e3a2424919fea6a17978b6e91e575d86.
NEWS
bootstrap.conf
src/timeout.c