]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
sigfd: pass signal name rather than number to callback
authorEric Wong <e@80x24.org>
Tue, 21 Mar 2023 23:07:31 +0000 (23:07 +0000)
committerEric Wong <e@80x24.org>
Sat, 25 Mar 2023 09:37:53 +0000 (09:37 +0000)
commita0f54ff833d0af03d6426f1464d3b51e380bde31
treeb9ea9fcdabdbaae872dfa5c8901c0c19adf8d741
parent6cd1c4cb956e4e44144bc71f316aa92ff12ddddf
sigfd: pass signal name rather than number to callback

This is consistent with normal Perl %SIG handlers, and allows
-cindex signal handlers to be implemented consistently across
platforms.
lib/PublicInbox/CodeSearchIdx.pm
lib/PublicInbox/Daemon.pm
lib/PublicInbox/Sigfd.pm