]> git.ipfire.org Git - thirdparty/coreutils.git/commit
split: prefer posix_spawn to fork and execl
authorCollin Funk <collin.funk1@gmail.com>
Thu, 23 Oct 2025 08:11:50 +0000 (01:11 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Thu, 23 Oct 2025 18:24:06 +0000 (11:24 -0700)
commitca8b92866579fe87aeb6d4e93f3bfc07457e2367
tree01d40dfd0f98ccf8af23a7b61845531bad2fde28
parent1dabab70273f64cda228d244f9e262a3f77ef087
split: prefer posix_spawn to fork and execl

* NEWS: Mention the change.
* bootstrap.conf (gnulib_modules): Add posix_spawn,
posix_spawnattr_setsigdefault, posix_spawn_file_actions_addclose,
posix_spawn_file_actions_adddup2, and posix_spawn_file_actions_init.
* src/split.c: Include spawn.h.
(create): Use posix_spawn instead of fork and execl.
NEWS
bootstrap.conf
src/split.c