]> Sergey Matveev's repositories - public-inbox.git/commit
portability: constants for NetBSD
authorEric Wong <e@yhbt.net>
Mon, 6 Apr 2020 20:23:01 +0000 (20:23 +0000)
committerEric Wong <e@yhbt.net>
Tue, 7 Apr 2020 19:37:32 +0000 (19:37 +0000)
commit17a3d433a1e8617a1e957da8efe11875efaa0f62
tree7bdc99136fe0d94d5e52daca80d3e92c31a3704c
parent1f1295cee4aedb8650e8dcde73fbf4d349f80917
portability: constants for NetBSD

NetBSD implements O_CLOEXEC, so let us use it to avoid
inadvertant FD sharing.  It also has the same value for SIGWINCH
as Linux and the other BSDs we support.
lib/PublicInbox/MultiMidQueue.pm
lib/PublicInbox/Sigfd.pm