1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/sendbug
deraadt 2aeb6b04aa Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),
in case the parent process was started with a dangling child.  This style
ensures any potential parent:child interlock isn't disrupted due to the
"wrong" child being waited on first.  Then the other other childs can safely
zombie.
ok millert jca brynet
2017-08-21 21:41:13 +00:00
..
atomicio.c
atomicio.h
Makefile
sendbug.1
sendbug.c Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(), 2017-08-21 21:41:13 +00:00