]> Kevux Git Server - kevux-tools/commit
Update: The threaded signal handler to avoid signal id races.
authorKevin Day <Kevin@kevux.org>
Fri, 24 Jan 2025 03:00:15 +0000 (21:00 -0600)
committerKevin Day <Kevin@kevux.org>
Fri, 24 Jan 2025 03:00:15 +0000 (21:00 -0600)
commitb7996fecd7c9c840bf14d1e8858373cc51b768e4
treeda66a1c57e688c1cd136c9cb8447c6b14315728e
parentf828ca0d6d7b6bee683d4c8db70a7d201fc39351
Update: The threaded signal handler to avoid signal id races.

Apply the same anti-race improvements implemented on the non-threaded signal checker to the threaded signal checker.

Still check for a negative id to prevent the signal message from being printed more than once.
sources/c/program/kevux/tools/remove/main/signal.c
sources/c/program/kevux/tools/tacocat/main/signal.c