* process.c (p_gid_sw_ensure): return VALUE.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2003-08-31 13:57:38 +00:00
parent ea1dc90ae4
commit 6f8f8959b7
2 changed files with 4 additions and 2 deletions

View file

@ -2192,7 +2192,7 @@ p_gid_sw_ensure(id)
int id;
{
under_gid_switch = 0;
rb_setegid_core(id);
return rb_setegid_core(id);
}
static VALUE
@ -2236,7 +2236,7 @@ p_gid_sw_ensure(obj)
VALUE obj;
{
under_gid_switch = 0;
p_gid_exchange(obj);
return p_gid_exchange(obj);
}
static VALUE