]> 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:45:22 +0000 (22:45 -0600)
committerKevin Day <Kevin@kevux.org>
Thu, 23 Jan 2025 04:46:03 +0000 (22:46 -0600)
commita4ed537fefbd37e1b680f13d090ea3d23527d485
tree3c6be45d34b2942ed6bf4e7b5ad103567f90acfe
parenta7724e7e001e41d6860d3df7a2634c36d39fd516
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
level_0/f_signal/data/documentation/man/man3/f_signal_close.3