mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 06:30:09 +00:00
cae994bc22
Stephen Heumann
cae994bc22
Add an emulation of waitpid that should be better than the one in libc.
In particular, it will buffer information about children other than the one being waited for, so it isn't lost. It can also emulate a non-blocking wait by arranging to interrupt the wait with a signal.
…
Description
Languages
C
98.6%
Makefile
0.7%
Shell
0.6%
C++
0.1%