1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-15 03:41:57 +02:00

split: cleanup after posix_spawn

* boostrap.conf (gnulib_modules): Add posix_spawn_file_actions_destroy.
* src/split.c (cleanup): Call posix_spawnattr_destroy and
posix_spawn_file_actions_destroy after a successful posix_spawn.
This commit is contained in:
Collin Funk
2025-10-23 12:35:37 -07:00
parent ca8b928665
commit 2213542e40
2 changed files with 4 additions and 0 deletions

View File

@@ -220,6 +220,7 @@ gnulib_modules="
posix_spawnattr_setsigdefault
posix_spawn_file_actions_addclose
posix_spawn_file_actions_adddup2
posix_spawn_file_actions_destroy
posix_spawn_file_actions_init
posix_spawnp
posixtm