]> Sergey Matveev's repositories - public-inbox.git/commit
sigfd: fix typos and scoping on systems w/o epoll+kqueue
authorEric Wong <e@80x24.org>
Mon, 14 Sep 2020 03:42:30 +0000 (03:42 +0000)
committerEric Wong <e@yhbt.net>
Mon, 14 Sep 2020 05:58:18 +0000 (05:58 +0000)
commitee8cadb3a71ab4c951642a96ba123688244de720
tree63286d0435f0f5f85830b73b4b920a58c1f12d0e
parentc62ab5b7500bd9e7c584f5972e3c115842598957
sigfd: fix typos and scoping on systems w/o epoll+kqueue

Unfortunately, I'm not sure how easy catching these at
compile-time, is.  Prototypes do not seem to check these
at compile time when crossing packages (not even with
exported subroutines).
lib/PublicInbox/Daemon.pm
script/public-inbox-watch