pub unsafe extern "C" fn rb_syswait(pid: pid_t)Expand description
This is a shorthand of rb_waitpid without status and flags. It has been
like this since the very beginning. The initial revision already did the
same thing. Not sure why, then, it has been named syswait. AFAIK this is
different from how wait(3posix) works.
ยง@param[in] pid Passed to rb_waitpid.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3