= private = protected
setrgid(p1)
Set the real group ID of the calling process to group. Not available on all platforms.
static VALUE p_sys_setrgid(VALUE obj, VALUE id) { check_gid_switch(); if (setrgid(OBJ2GID(id)) != 0) rb_sys_fail(0); return Qnil; }