]> Kevux Git Server - fll/commit
Bugfix: f_signal_close() should be setting signal id to -1 and not 0.
authorKevin Day <Kevin@kevux.org>
Thu, 23 Jan 2025 04:46:54 +0000 (22:46 -0600)
committerKevin Day <Kevin@kevux.org>
Thu, 23 Jan 2025 04:46:54 +0000 (22:46 -0600)
commitd5075a8a74272b59934676fe248161acaad6a470
tree2f6bab5b955e610e68b4a0719134f5edb46d03da
parent07edf5a13302e866d4c1f4cb13354bd414a94402
Bugfix: f_signal_close() should be setting signal id to -1 and not 0.

The signal id is a file descriptor and a non-valid file descriptor is -1 instead of 0.
level_0/f_signal/c/signal.c
level_0/f_signal/c/signal.h