This is highly experimental and doesn't actually work for installing actual signal handlers, but it is enough to allow SIG_IGN and SIG_DFL handlers to work.
Marking as a draft as this depends on unreleased rustix patches.
With this, everything in coreutils except test_tmp_files_deleted_on_sigint passes.
This is highly experimental and doesn't actually work for installing actual signal handlers, but it is enough to allow
SIG_IGN
andSIG_DFL
handlers to work.Marking as a draft as this depends on unreleased rustix patches.
With this, everything in coreutils except
test_tmp_files_deleted_on_sigint
passes.