]> Kevux Git Server - fll/commit
Bugfix: Replace f_signal_mask() with f_thread_signal_mask().
authorKevin Day <Kevin@kevux.org>
Sun, 7 Jul 2024 04:33:33 +0000 (23:33 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 7 Jul 2024 04:33:33 +0000 (23:33 -0500)
commit0e1b2986884fed5c886e65095c4e73114582ac5b
tree88188bbb4570618e0e10b06304c398cb55df6165
parentcf9f3d4a63e64938c3b0f4fb17909a762204c9b4
Bugfix: Replace f_signal_mask() with f_thread_signal_mask().

The f_thread_signal_mask() is being used to setup the signals.
If that fails, the unmask process is incorrectly using f_signal_mask() when instead f_thread_signal_mask() should be used.
level_3/controller/c/controller.c