Stop using casted rb_syswait as proc_syswait
rb_syswait
proc_syswait
The argument of rb_syswait is now rb_pid_t which may differ from int. Also it is an undefined behavior to take the result of casted void function (in rb_protect).
rb_pid_t
int
rb_protect
Stop using casted
rb_syswaitasproc_syswaitThe argument of
rb_syswaitis nowrb_pid_twhich may differ fromint. Also it is an undefined behavior to take the result of castedvoid function (in
rb_protect).