]> Sergey Matveev's repositories - public-inbox.git/commit
ds: drop dwaitpid, switch to waitpid(-1)
authorEric Wong <e@80x24.org>
Tue, 17 Jan 2023 07:19:11 +0000 (07:19 +0000)
committerEric Wong <e@80x24.org>
Wed, 18 Jan 2023 23:26:04 +0000 (23:26 +0000)
commit143d2aecda3649bca538b77dca63972e7a28949e
treed2320d49ed57d4f5e19d43474622c68f40959a5d
parent4a2a95bbc78f99c8c5278cfe29de74bd1483903c
ds: drop dwaitpid, switch to waitpid(-1)

With no remaining users, we can drop dwaitpid and switch
awaitpid to rely on waitpid(-1) to save syscalls.
Documentation/technical/ds.txt
lib/PublicInbox/DS.pm