Since waitid(2) shares code with wait4(2) and doesn't expose any
authorguenther <guenther@openbsd.org>
Fri, 19 May 2023 01:12:23 +0000 (01:12 +0000)
committerguenther <guenther@openbsd.org>
Fri, 19 May 2023 01:12:23 +0000 (01:12 +0000)
commit144b3efa58c940d89ee2a0ec145dadd54adaf552
tree57c449bd8becd50759d2eb0652bb839cc793e0f7
parentb788f227f816ce30894a1d196261ecbe38014a8a
Since waitid(2) shares code with wait4(2) and doesn't expose any
non-trivial new information or code-paths over wait4(), include
it in pledge("stdio")

discussed with deraadt@
lib/libc/sys/pledge.2
sys/kern/kern_pledge.c