]> Sergey Matveev's repositories - public-inbox.git/commit
ipc: get rid of wq_set_recv_modes
authorEric Wong <e@80x24.org>
Sun, 24 Jan 2021 11:46:49 +0000 (04:46 -0700)
committerEric Wong <e@80x24.org>
Sun, 24 Jan 2021 19:45:22 +0000 (15:45 -0400)
commitc80fc47e280a500ff8d6c3fde53e7554272e749b
tree00a9f9027eacd57affa16a2c617a470f14556a72
parent509c88ddfe0bb3bf4f00ff119eb2d847512df90c
ipc: get rid of wq_set_recv_modes

Just open every FD as read/write.  Perl (or any non-broken
runtime) won't care and won't attempt to use F_SETFL to alter
file description flags; as attempting to change those would
lead to unpleasant side effects if the file description is
shared with another process.
lib/PublicInbox/IPC.pm
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiToMail.pm
lib/PublicInbox/LeiXSearch.pm
script/lei
t/ipc.t