]> Sergey Matveev's repositories - public-inbox.git/commit
ds: improve error handling of synchronous awaitpid
authorEric Wong <e@80x24.org>
Thu, 19 Jan 2023 20:32:36 +0000 (20:32 +0000)
committerEric Wong <e@80x24.org>
Thu, 19 Jan 2023 20:54:23 +0000 (20:54 +0000)
commit658e63c55d937f592bc76deb7fb8c7eb1f21c443
tree459d4305886086479836faaf200ed7da4bc78534
parent876ee62a686c66037427232541c0ca4ebebfff94
ds: improve error handling of synchronous awaitpid

EINTR needs to be retried for non-kqueue|signalfd users,
and ECHILD indicates a bug in our code.
lib/PublicInbox/DS.pm