]> git.ipfire.org Git - thirdparty/fcron.git/commit
Use sigaction() when available, instead of the deprecated signal().
authorThibault Godouet <yo8192@users.noreply.github.com>
Fri, 27 Dec 2024 15:13:47 +0000 (15:13 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Fri, 27 Dec 2024 15:13:47 +0000 (15:13 +0000)
commit10f9b08452222696e4eb5fe031e66cc5f372fcde
tree311f137c562db943dd90c7287206b02957c29f3d
parente4652e503f16e249ad315527de271d65ebd4cc11
Use sigaction() when available, instead of the deprecated signal().

Also check for errors when using signal() or sigset().
config.h.in
configure.in
fcron.c