]> Sergey Matveev's repositories - public-inbox.git/commit
use POSIX::PIPE_BUF (instead of _POSIX_PIPE_BUF)
authorEric Wong <e@80x24.org>
Mon, 13 Sep 2021 20:53:52 +0000 (20:53 +0000)
committerEric Wong <e@80x24.org>
Mon, 13 Sep 2021 21:11:14 +0000 (21:11 +0000)
commit62181c1f4fa112e066e01ba5f2cf666b9639adf2
tree4ee856fd536d9e8f447a5d598ba3fa050856bf28
parent530287cca30c9812d36e58e77d72742e5c1aa5f6
use POSIX::PIPE_BUF (instead of _POSIX_PIPE_BUF)

PIPE_BUF accounts for Linux being 4096 (and presumably other
OSes differing), while _POSIX_PIPE_BUF is the minimum 512
value.
lib/PublicInbox/Git.pm
t/run.perl