static VALUE t_unwatch_pid (VALUE self, VALUE sig)
{
    evma_unwatch_pid(NUM2ULONG (sig));
    return Qnil;
}
Beispiel #2
0
static VALUE t_unwatch_pid (VALUE self UNUSED, VALUE sig)
{
	evma_unwatch_pid(NUM2BSIG (sig));
	return Qnil;
}