Project

General

Profile

« Previous | Next » 

Revision e545cfad

Added by nobu (Nobuyoshi Nakada) over 3 years ago

Stop using casted rb_syswait as 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).