]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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.


No differences found